Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://127.0.0.1:3000/api/v7/partnerCheckin \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "referenceId": "<string>", "additionalData": { "brand": "<string>", "userId": "<string>", "balance": "<string>", "currency": "<string>", "urlBack": "<string>" } } '
Perform oauth2 authentication and return user status and destination url.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Successful response