Introduction

Introduction

Welcome to Cashier API documentation!

Terms

TermDescription
Merchantthe operator who works with the customers
ProviderCashier API
CASHIER_URLCashier API endpoint
CALLBACK_URLMerchant's endpoint
MERCHANT_IDMerchant's identifiers
AUTH_TOKENtoken generated for authentication

Before integration

  1. Provide your Merchant Name, Merchant Url and CALLBACK_URL to us.
  2. CASHIER_URL, MERCHANT_ID and AUTH_TOKEN will 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 Accept application/json and Content-Type must be application/json
  • In case of signature mismatch, server (GCP and wallet) should respond with HTTP 403 Forbidden.