Payment
Attributes
Parameter | Type | Description |
---|---|---|
id | string | The unique identifier for the payment. |
status | enum | The status of the payment, one of created , draft , unconfirmed , pending , processing , succeeded , cancelled , authorized or refunded . |
createdDate | string | The specific date and time that the payment process was initiated. |
amount | integer | The final amount you would like to charge the customer, in cents. Including all the discounts and applicable taxes. |
currency | string | The 3-letter currency code in ISO 4217 format. Currently we only support ZAR . |
paymentMethodDetails | object | Additional information about the payment method used to complete the payment. |
paymentMethod | string | The unique identifier for the payment method. |
customer | string | The unique identifier for the customer. |
error | object | Additional information about the reason behind the payment processing failure. |
mode | enum | The mode of the payment, one of either live or test . |