- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
PaymentDTO
id
stringThe ID of the payment.
amount
BigNumberValueThe payment's total amount.
amount
BigNumberValuecurrency_code
stringThe ISO 3 character currency code of the payment.
provider_id
stringThe ID of the associated payment provider.
payment_collection_id
stringThe ID of the associated payment collection.
The raw amount of the payment.
The authorized amount of the payment.
The raw authorized amount of the payment.
cart_id
stringOptionalThe ID of the associated cart.
order_id
stringOptionalThe ID of the associated order.
order_edit_id
stringOptionalThe ID of the associated order edit.
customer_id
stringOptionalThe ID of the associated customer.
data
Record<string, unknown>OptionalThe data relevant for the payment provider to process the payment.
created_at
string | DateOptionalWhen the payment was created.
updated_at
string | DateOptionalWhen the payment was updated.
captured_at
string | DateOptionalWhen the payment was captured.
canceled_at
string | DateOptionalWhen the payment was canceled.
The sum of the associated captures' amounts.
The sum of the associated captures' raw amounts.
The sum of the associated refunds' amounts.
The sum of the associated refunds' raw amounts.
The associated captures.
The associated refunds.
The associated payment collection.
The payment session from which the payment is created.
Was this page helpful?