Skip to main content
Skip to main content

PaymentDTO

Properties

idstringRequired
The ID of the Payment
amountnumberRequired
The payment amount
currency_codestringRequired
Payment currency
provider_idstringRequired
The ID of payment provider
authorized_amountnumber
cart_idstring
order_idstring
order_edit_idstring
customer_idstring
dataRecord<string, unknown>
Payment provider data
created_atstring | Date
When the payment collection was created
updated_atstring | Date
When the payment collection was updated
captured_atstring | Date
When the payment was captured
canceled_atstring | Date
When the payment was canceled
captured_amountnumber
The sum of the associated captures
refunded_amountnumber
The sum of the associated refunds
capturesCaptureDTO[]
The associated payment captures
refundsRefundDTO[]
The associated refunds of the payment
payment_collectionPaymentCollectionDTO
The payment collection the payment is associated with
payment_sessionPaymentSessionDTO
The payment session from which the payment is created
Was this section helpful?