Introduction
Welcome to Cashier API documentation!
Terms
| Term | Description |
|---|---|
| Merchant | the operator who works with the customers |
| Provider | Cashier API |
| CASHIER_URL | Cashier API endpoint |
| CALLBACK_URL | Merchant's endpoint |
| MERCHANT_ID | Merchant's identifiers |
| AUTH_TOKEN | token generated for authentication |
Before integration
- Provide your
Merchant Name,Merchant UrlandCALLBACK_URLto us. CASHIER_URL,MERCHANT_IDandAUTH_TOKENwill be provided by one of our manager.
Security
- Request’s body should be json object.
- Bearer token should be sent by the header of the request.
- Request Header must
Acceptapplication/jsonandContent-Typemust beapplication/json - In case of signature mismatch, server (GCP and wallet) should respond with
HTTP 403 Forbidden.