Generate bearer token
GET /auth
In order to create a checkout session you will need a Bearer token. Use your merchantID and secret provided by briqpay
Responses
- 201
successfully created auth token
- application/json
- Schema
- Example (from schema)
Schema
- token string
The Bearer token to use for all subsequent calls on this session
{
"token": "nadwa.85hsefapoapndwa"
}
Loading...