Before Starting
Sandbox Prerequisitesβ
To start using our sandbox environment, you must already have sandbox credentials. These credentials are essential to authenticate your requests in the test environment and are obtained separately. Once you have these credentials, you are ready to configure and start using the sandbox environment.
The endpoints base URL is https://api.ms.qa.limbo.work
and the path is /sandbox/v1
for creation, transactions listing, paymento link informations, refund and inactivation.
Examples:
POST https://api.ms.qa.limbo.work/oauth2/token
POST https://api.ms.qa.limbo.work/sandbox/v1/paymentlink/create
GET https://api.ms.qa.limbo.work/sandbox/v1/paymentlink/{payment link ID}
GET https://api.ms.qa.limbo.work/sandbox/v1/paymentlink/{payment link ID}/transactions
POST https://api.ms.qa.limbo.work/sandbox/v1/paymentlink/{payment link ID}/inactive
POST https://api.ms.qa.limbo.work/sandbox/v1/paymentlink/transaction/{transaction ID}/refund
Sandbox authenticationβ
The sandbox environment also uses OAuth 2.0 authentication with the client_credentials grant type. This ensures that only authorized users can access and test the API. For more details on the authentication process and how to generate an access token, see our OAuth 2.0 authentication page.