cURL
curl --request POST \ --url https://billing.funnelfox.com/{org_id}/v1/checkout/resume_payment \ --header 'Content-Type: application/json' \ --data '{ "resume_token": "<string>", "order_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }'
{ "action_required_token": "<string>", "checkout_status": "processing", "failed_message_for_user": "<string>", "order_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Resume a payment that was pending additional user action (e.g. waiting for 3D Secure or other authentication).
Organization ID
Order ID (can include multiple transactions, fallbacks, and refunds)
Payment status and details
processing
succeeded
failed
cancelled
Was this page helpful?