PaymentDTO
id
stringRequiredThe ID of the payment.
The payment's total amount.
currency_code
stringRequiredThe ISO 3 character currency code of the payment.
provider_id
stringRequiredThe ID of the associated payment provider.
authorized_amount
BigNumberValueThe authorized amount of the payment.
cart_id
stringThe ID of the associated cart.
order_id
stringThe ID of the associated order.
order_edit_id
stringThe ID of the associated order edit.
customer_id
stringThe ID of the associated customer.
data
Record<string, unknown>The data relevant for the payment provider to process the payment.
created_at
string | DateWhen the payment was created.
updated_at
string | DateWhen the payment was updated.
captured_at
string | DateWhen the payment was captured.
canceled_at
string | DateWhen the payment was canceled.
captured_amount
BigNumberValueThe sum of the associated captures' amounts.
refunded_amount
BigNumberValueThe sum of the associated refunds' amounts.
The associated captures.
The associated refunds.
The associated payment collection.
The payment session from which the payment is created.
Was this section helpful?