PaymentCollectionDTO
The payment collection details.
idstringRequiredThe ID of the payment collection.
currency_codestringRequiredThe ISO 3 character currency code of the payment sessions and payments associated with payment collection.
region_idstringRequiredThe id of the associated region.
The total amount to be authorized and captured.
The status of the payment collection.
The payment provider used to process the associated payment sessions and payments.
authorized_amountBigNumberValueThe amount authorized within the associated payment sessions.
refunded_amountBigNumberValueThe amount refunded within the associated payments.
completed_atstring | DateWhen the payment collection was completed.
created_atstring | DateWhen the payment collection was created.
updated_atstring | DateWhen the payment collection was updated.
metadataRecord<string, unknown>Holds custom data in key-value pairs.
The associated payment sessions.
The associated payments.
Was this section helpful?