Customer — Get Info
Returns the customer record for a recurring or tokenized customer — including their masked card label, active status, and recurring schedule.
When to Use
▾
Use this endpoint when:
- Displaying a saved-card user's stored payment method in your UI
- Verifying a customer's
isActivestatus before charging - Inspecting a recurring schedule
Only available after the customer has successfully bound their card.
How to Use
▾
/v3/recurring-payment/{customer_id}Step 1: Identify the Customer
▾
Use the customer_id returned by Create Tokenized Customer or Create Recurring Customer.
Step 2: Send the GET Request
▾
GET /v3/recurring-payment/{customer_id}.
Step 3: Read the Response
▾
The item object contains the full customer record.
Request Parameters
▾
Customer ID returned from Create Recurring Customer or Create Tokenized Customer
Response Parameters
▾
Response item
Customer ID
Merchant ID
Store ID
Customer card: front six and last four digits
Customer email
Customer country code
Customer phone number
Product name
Product description
Whether the token is active
Created date time
Last updated date time
Internal usage only
Redirect URL
Notify URL
Card binding URL
recurringPayment details
Recurring payment amount
Recurring payment currency
Recurring interval
Recurring target rules
Number of repetitions
"SUCCESS" if the request succeeded, otherwise an error code.
Error details
Error code if the request failed.
Error message if the request failed.
Debug message (sandbox only).