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
/payments
Send Request
Enter your credentials
Not Authenticated
Query Parameters
17 optional properties
status, payment_method_type, processor, currency_code, from_date, to_date, order_id, min_amount, max_amount, customer_id, merchant_id, customer_email_address, last_4_digits, paypal_email, klarna_email, limit, cursor
Use example
Clear form
View in API Reference
Request
cURL
TypeScript
Python
$
curl https://api.sandbox.primer.io/payments \
>
-H "X-API-KEY: "
Response
Send Request