post http://{domain}/v1/api/oauth/token
This is always the first step when interacting with our API to identify the partner/merchant/client. This operation is meant to be server-to-server API call, it is expected that the client call this operation from their backend.
This is always the first step when interacting with our API to identify the partner/merchant/client. This operation is meant to be server-to-server API call, it is expected that the client call this operation from their backend.
How to use:
- Fill in client_id and client_secret parameters (These unique values should be provided by Mondia Pay Integration Engineer).
Token Validity period:
The generated Client Access Token will be valid for 12 hours with unlimited usage. The partner/merchant/client is expected to use the same Client Access Token for the whole duration of its validity.