POST

/api/billing/payment-methods/confirm-alipay

Confirm Alipay authorization

Confirms an Alipay payment method after the user completes authorization redirect.

curl -s -X POST "$BASE/api/billing/payment-methods/confirm-alipay" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"setupIntentId": "seti_xxx"}'

Request Body

FieldTypeReqDefaultDescription
setupIntentIdstringYStripe SetupIntent ID from Alipay redirect

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test