BasePaymentCollection
The payment collection details.
Properties#
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.
amount
numberThe 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_amount
numberOptionalThe amount authorized within the associated payment sessions.
captured_amount
numberOptionalThe amount captured within the associated payment sessions.
refunded_amount
numberOptionalThe amount refunded 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?