Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 970 Bytes

File metadata and controls

27 lines (21 loc) · 970 Bytes

PaymentCallbackData

Represents the actual funds transaction/attempt made to a payment method

Properties

Name Type Required Description Examples
id string ☑️
paymentRequestId string
referenceId string ☑️
customerId string
currency string ☑️
amount number ☑️
country string ☑️
status string ☑️
paymentMethod PaymentMethod ☑️
channelProperties PaymentRequestChannelProperties
paymentDetail object
failureCode string
created string ☑️
updated string ☑️
metadata object

[Back to README]