Tokenized — Redirect Response
After the tokenized 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 Tokenized — Create 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 against the user so you can charge them later via Create Customer Order.
Redirect Response
▾
Method: GET
Card bind status
Card bind customer ID. Use this for subsequent API calls.
Card bind failure reason