Skip to main content

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:

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

statusSTRINGrequired

Card bind status

customerIdSTRINGrequired

Card bind customer ID. Use this for subsequent API calls.

reasonSTRING

Card bind failure reason