(supports custom properties)
Document representing an order payment instrument.
Property | Type | Constraints | Description |
---|---|---|---|
amount |
Decimal | The amount for the payment transaction. | |
payment_bank_account |
PaymentBankAccountRequest | The payment bank account. | |
payment_card |
PaymentCardRequest | Convenience property to transfer payment card information. | |
payment_method_id |
String | maxLength=256 | The payment method id. In case of the system payment method CREDIT_CARD the id is combined with a particular payment card type like "CREDIT_CARD.Visa". It is mandatory for creating a payment instrument. |