Skip to main content
POST
/
checkout
/
resume_payment
Resume a pending payment
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"
}

Path Parameters

org_id
string
required

Organization ID

Body

application/json
resume_token
string
required
order_id
string<uuid>
required

Order ID (can include multiple transactions, fallbacks, and refunds)

Response

200 - application/json

Payment status and details

action_required_token
string
required
checkout_status
enum<string>
required
Available options:
processing,
succeeded,
failed,
cancelled
failed_message_for_user
string
required
order_id
string<uuid> | null
required