BasePayment
Properties#
id
stringThe ID of the payment.
amount
numberThe payment's total amount.
currency_code
stringThe ISO 3 character currency code of the payment.
provider_id
stringThe ID of the associated payment provider.
authorized_amount
numberOptionalThe authorized amount of the payment.
data
Record<string, unknown>OptionalThe data relevant for the payment provider to process the payment.
created_at
string | DateOptionalWhen the payment was created.
updated_at
string | DateOptionalWhen the payment was updated.
captured_at
string | DateOptionalWhen the payment was captured.
canceled_at
string | DateOptionalWhen the payment was canceled.
captured_amount
numberOptionalThe sum of the associated captures' amounts.
refunded_amount
numberOptionalThe sum of the associated refunds' amounts.
The associated captures.
The associated refunds.
The associated payment collection.
The payment session from which the payment is created.
Was this page helpful?