Recurring — Redirect Response
After the recurring customer completes card binding on the RM-hosted page, RM redirects them back to your redirectUrl with the parameters below.
When to Use
▾
Implement a handler for this redirect when:
- You sent a customer through Create Recurring Customer
- You need to surface bind success/failure on your UI
info
The redirect URL can be any URL type — deep link, browser URL, or server URL.
How to Use
▾
Step 1: Expose a GET Handler
▾
Build an endpoint that reads status, customerId, and reason query params.
Step 2: Persist the Customer ID
▾
Store customerId so you can query Get Info, Get Orders, or Toggle Status later.
Redirect Response
▾
Method: GET
Card bind status
Card bind customer ID. Use this for subsequent API calls.
Card bind failure reason