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"}'请求体
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| setupIntentId | string | Y | — | Stripe SetupIntent ID from Alipay redirect |