Skip to main content
Skip to main content

PaymentCollectionDTO

Properties

idstringRequired
The ID of the Payment Collection
currency_codestringRequired
The currency of the payments/sessions associated with payment collection
region_idstringRequired
The id of the region
amountnumberRequired
The amount
The status of the payment collection
payment_providersPaymentProviderDTO[]Required
The payment provider for the payments
authorized_amountnumber
The amount authorized within associated payment sessions
refunded_amountnumber
The amount refunded from associated payments
completed_atstring | Date
When the payment collection was completed
created_atstring | Date
When the payment collection was created
updated_atstring | Date
When the payment collection was updated
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs
payment_sessionsPaymentSessionDTO[]
The associated payment sessions
paymentsPaymentDTO[]
The associated payments
Was this section helpful?