Customer — Get Orders
Returns the list of payment orders made for a recurring or tokenized customer.
When to Use
▾
Use this endpoint when:
- Showing a customer's billing history
- Reconciling charges against your records
Only available after the customer has successfully bound their card.
How to Use
▾
/v3/recurring-payment/{customer_id}/ordersStep 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}/orders.
Step 3: Iterate items
▾
itemsEach entry represents one charge against the customer's stored token.
Request Parameters
▾
Customer ID returned from Create Recurring Customer or Create Tokenized Customer
Response Parameters
▾
List of recurring order records
Recurring order ID
Merchant ID
Store ID
Customer ID
Transaction ID
Order created date time
Order last updated date time
Order payment amount
Order currency
"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).