Idempotency Supported
Try in API ExplorerUpdating properties on a PaymentIntent object. All the subsequent 3DS transaction attempts will have the updated values.
Sample Request
URL Format
POST https://[site].chargebee.com/api/v2/payment_intents/{payment-intent-id}
Input Parameters
optional, string, max chars=3
The currency code (ISO 4217 format) of the amount used in transaction.
optional, string, max chars=50
The gateway account used for performing the 3DS flow.
optional, enumerated string, default=card
The payment method of this intent.
card
card
ideal
ideal
sofort
sofort
bancontact
bancontact
google_pay
google_pay
optional, string, max chars=250
The URL the customer will be directed to once 3DS verification is successful. Applicable only when payment_method_type
is ideal
, sofort
, dotpay
or giropay
.
Returns
payment_intentPayment intent object
Resource object representing payment_intent