Client Session API
GET
Retrieve a client session
POST
Create a client session
PATCH
Update client session
Payments API
GET
Search & list payments
POST
Create a payment
POST
Authorize a payment
POST
Capture a payment
POST
Cancel a payment
POST
Refund a payment
POST
Resume a payment
POST
Adjust authorized amount
GET
Get a payment
Payment Methods API
POST
Save a payment method token
GET
List saved payment methods
DEL
Delete a saved payment method
POST
Update the default saved payment method
Loyalty API
GET
Get a loyalty customer's points balance
GET
List the transactions for a customer
POST
Create a loyalty transaction
Built with
POST
Send Request
Parameters
Parameters
GET
https://api.sandbox.primer.io
/loyalty-transactions
Send Request
Enter your credentials
Not Authenticated
Query Parameters
5 optional properties
connectionId, customerId, orderId, limit, offset
Use example
Clear form
View in API Reference
Request
cURL
TypeScript
Python
$
curl https://api.sandbox.primer.io/loyalty-transactions \
>
-H "X-API-KEY: "
Response
Send Request