StorePaymentCollection
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.
payment_providers
StorePaymentProvider[]The providers used for the payment collection's sessions.
payment_providers
StorePaymentProvider[]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 payments.
The payment collection's sessions.
Was this page helpful?