approval_mode
to manual
when creating the payment intent.
cash_out
intents - all cash_in
intents are immediately posted to the network upon approval.approval_mode
set to manual
, the status of the payment intent at the conclusion of the payment session will be pending
instead of approved
.
Your backend will receive the intent.approved
webhook, but the payment will not be posted to the network until you manually approve it.
example webhook payload
get an intent
endpoint to support your review process.
payment_credential
field.approve a pending intent
to the APIcancel an intent
to the API