PaymentIntent
- 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 intent was created
- currencyType: stringrequired
Three-letter ISO 4217 currency code
- idType: stringFormat: uuidrequired
Unique identifier for the payment intent
- merchantType: string
Customer Id requiredYour internal customer identifier provided when creating the intent
- merchantType: stringFormat: uuid
Id requiredYour merchant account identifier
- merchantType: string
Reference requiredYour unique order or transaction reference provided when creating the intent
- paymentType: string
Method requiredPayment method identifier in "method-provider" format
- statusType: stringenumrequired
Current lifecycle status of the payment intent:
initiated- intent created, provider setup not started yetrequires_action- customer needs to complete an action (redirect or pay via requisites)processing- payment is being processed by the providersucceeded- payment is confirmed completefailed- intent failed (e.g. provider error, customer rejection)canceled- intent was canceled or expired without payment
values- initiated
- requires
_action - processing
- succeeded
- failed
- canceled
- actionnullable
Redirect the customer to
urlto complete payment with the provider. Used byneteller-paysafe,paysafecard-trustpayments,card-rillpay, andopenbanking-rillpay.- typeDiscriminatorenumconst:redirectrequiredvalues
- redirect
- expiresType: stringFormat: date-time
At requiredTimestamp after which the redirect URL is no longer valid
- methodType: stringenumrequired
HTTP method to use when redirecting
values- G
E T - P
O S T
- urlType: stringFormat: urirequired
Absolute URL to redirect the customer to
- paymentType: stringFormat: uuid nullable
Id Identifier of the associated payment. Null until a payment is created for this intent.
- providerType: string nullable
Reference Reference assigned by the payment provider. Null until the provider returns a reference.