Skip to main content
Confirm a loyalty-points contribution.

Assumptions

You are integrating server-to-server. After API access is granted, your integration team receives a partner API key and an environment-specific base URL. The secret is shown once: store it securely and never log it. This credential is for partner server-to-server use only. Sandbox and Production are separate. Use the environment-specific base URL provided to your integration team.
1

Request API access

Request API Access

Open Akhdar’s contact form to request API access.
2

Configure credentials

Set placeholders only. Replace them with the values provided to your integration team.
  • AKHDAR_API_KEY — partner API key
  • {baseUrl} — environment-specific base URL
3

Confirm first contribution

Confirm the contribution only after your system has successfully deducted the customer’s points.
4

Check the response

A successful confirmation returns HTTP 201:
Save the transaction_id. A confirmed status is terminal and the contribution is non-refundable.

Next