Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.35 KB

DonationPaymentResponse.md

File metadata and controls

23 lines (16 loc) · 1.35 KB

DonationPaymentResponse

Properties

Name Type Description Notes
amount Amount [optional]
donationAccount kotlin.String The Adyen account name of your charity. We will provide you with this account name once your chosen charity has been onboarded. [optional]
id kotlin.String Your unique resource identifier. [optional]
merchantAccount kotlin.String The merchant account identifier, with which you want to process the transaction. [optional]
payment PaymentResponse [optional]
reference kotlin.String The reference to uniquely identify a payment. This reference is used in all communication with you about the payment status. We recommend using a unique value per payment; however, it is not a requirement. If you need to provide multiple references for a transaction, separate them with hyphens ("-"). Maximum length: 80 characters. [optional]
status inline The status of the donation transaction. Possible values: * completed * pending * refused [optional]

Enum: status

Name Value
status completed, pending, refused