- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
PaymentCollectionDTO
The payment collection details.
id
stringThe ID of the payment collection.
currency_code
stringThe ISO 3 character currency code of the payment sessions and payments associated with payment collection.
region_id
stringThe id of the associated region.
amount
BigNumberValueThe total amount to be authorized and captured.
amount
BigNumberValuestatus
PaymentCollectionStatusThe status of the payment collection.
The payment provider used to process the associated payment sessions and payments.
The amount authorized within the associated payment sessions.
The amount refunded within the associated payments.
The amount captured within the associated payments.
completed_at
string | DateOptionalWhen the payment collection was completed.
created_at
string | DateOptionalWhen the payment collection was created.
updated_at
string | DateOptionalWhen the payment collection was updated.
metadata
Record<string, unknown>OptionalHolds custom data in key-value pairs.
The associated payment sessions.
The associated payments.
Was this page helpful?