- Client Session API
- Payments API
- Payment Methods API
- Loyalty API
Request
$ curl -X POST https://api.sandbox.primer.io/loyalty-transactions \ > -H "X-API-KEY: " \ > -H "Content-Type: application/json" \ > -d '{ > "connectionId": "waon-123", > "customerId": "waon-customer-123", > "orderId": "order-123", > "value": 200, > "type": "REDEMPTION" > }'
Response