Payment
- amountType: string
Pattern: ^\d+\.\d{2}$requiredPayment amount as a decimal string with two decimal places
- createdType: stringFormat: date-time
At requiredTimestamp when the payment was created
- currencyType: stringrequired
Three-letter ISO 4217 currency code
- customerType: string
Id requiredYour internal customer identifier
- idType: stringFormat: uuidrequired
Unique identifier for the payment
- merchantType: stringFormat: uuid
Id requiredYour merchant account identifier
- merchantType: string
Reference requiredYour unique order or transaction reference
- paymentType: stringFormat: uuid
Intent Id requiredIdentifier of the payment intent that initiated this payment
- paymentType: string
Method Id requiredPayment method identifier used for this payment
- providerType: string
Reference requiredReference assigned by the payment provider
- statusType: stringenumrequired
Current status of the payment:
pending- payment created but provider has not confirmed yetprocessing- provider is processing the paymentsucceeded- funds captured successfullyheld- funds are held by the provider pending reviewfailed- payment was rejected or could not be captured
values- pending
- processing
- succeeded
- held
- failed