| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | A unique 25-character alphanumeric payment identifier. | |
| resource | string | Resource name. Will always be `payment`. | |
| status | \Komoju\Model\PaymentStatus | ||
| amount | int | The payment amount before tax, greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). | |
| tax | int | The tax amount, greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). | |
| customer | string | Customer UUID if associated with a customer, otherwise null. | |
| payment_deadline | \DateTime | Deadline by which the payment must be completed, or null. | |
| payment_details | \Komoju\Model\ResponsePaymentDetailsAll | ||
| payment_method_fee | int | Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). | |
| total | int | Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). | |
| currency | \Komoju\Model\Currency | ||
| description | string | A description for this payment. May be null if it's not set. | |
| captured_at | \DateTime | Timestamp when the payment was captured, or null if not yet captured. | |
| external_order_num | string | Merchant-assigned external order number for this payment. | |
| metadata | object | Arbitrary key-value metadata attached at payment creation time. | |
| created_at | \DateTime | Timestamp when the payment was created. | |
| amount_refunded | int | Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). | |
| locale | \Komoju\Model\Locale | ||
| session | string | A unique 25-character alphanumeric resource identifier. | |
| customer_family_name | string | Customer's family name. | |
| customer_given_name | string | Customer's given name. | |
| mcc | string | Merchant Category Code used for this payment. | |
| statement_descriptor | \Komoju\Model\StatementDescriptor | ||
| platform_details | \Komoju\Model\PlatformDetails | [optional] | |
| refunds | \Komoju\Model\Refund[] | An array of refunds. Will be an empty array if there are no refunds. | |
| refund_requests | \Komoju\Model\RefundRequest[] | An array of refund requests. Will be an empty array if there are no refund requests. | |
| [Back to Model list] [Back to API list] [Back to README] |