cURL
curl --request POST \ --url https://sandbox.tight.com/v6/integrations/qualpay/connection \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "merchantId": "<string>" } '
{ "result": "SUCCESS", "data": { "merchantId": "<string>" } }
Link a new (or update an existing) Qualpay Connection
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Bearer <token>
Qualpay merchant ID
Success
The result of the action performed.
SUCCESS
FAILURE
Show child attributes