Import the API into Postman
- Open Postman
- Click Import
- Choose File
- Select
openapi/points-api-v1.yaml - Let Postman generate the collection
Recommended environment variables
Create a Postman environment with:| Variable | Example |
|---|---|
base_url | https://api.papp.sa/api/v1 |
api_key | Your Private key |
public_key | Your Public key |
order_uuid | 550e8400-e29b-41d4-a716-446655440000 |
webhook_uuid | 550e8400-e29b-41d4-a716-446655440000 |
Suggested first requests
Run these in order:POST /orders/earningGET /orders/{orderUuid}POST /webhooksGET /webhooksPOST /orders/{orderUuid}/cancelorrefundon a test order
Helpful request templates
Authenticated headers
Public checkout request
Use:x-api-key.
Team workflow recommendation
- keep one shared collection in your team workspace
- keep separate environments for sandbox and production
- never store real production keys in exported collections
- mask secret environment variables inside Postman

