Skip to main content

Payment

A Payment represents a single payment transaction and exists in a well-defined state defined by the PaymentState type.

Signature

constructor

method(input?: DeepPartial<Payment>) => Payment

method

propertystring

amount

propertynumber

state

propertyPaymentState

errorMessage

propertystring | undefined

transactionId

propertystring

metadata

propertyPaymentMetadata

order

propertyOrder

refunds

propertyRefund[]

customFields

propertyCustomPaymentFields
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page