How to Test Transcard APIs in Sandbox
Explore our Sandbox to test the Payables, Receivables and Party APIs. It's a safe space to try our interactions
with provided credentials. Just follow the steps bellow to begin your testing.
Step 1: Generate oAuth 2 Bearer Token to create a Payable Record
clientId: 64cd5b80-3b55-4913-a0dd-3d83befe33e9
clientSecret: Crc8Q~oo1rEMPN5X.-uQ4wUIjRfiQmBfz8-4Ec2T
tenantID: 93136850-e68b-4f74-b565-e117bcd82141
scope: api://64cd5b80-3b55-4913-a0dd-3d83befe33e9/.default
authUrl:
https://login.microsoftonline.com/93136850-e68b-4f74-b565-e117bcd82141/oauth2/v2.0/token
Method: POST
Step 2: Use oAuth 2 Bearer token created in Step 1 to Create a Payable Record
Ocp-Apim-Subscription-Key: 608c8a0dfe5a4932aebab9585bdc2c14
Authorization
HTTP Method: POST
url: https://api-sandbox.transcard.com/payables/v1
Step 3: Generate oAuth 2 Bearer Token to get the status of a Payable Record
clientId: 64cd5b80-3b55-4913-a0dd-3d83befe33e9
clientSecret: Crc8Q~oo1rEMPN5X.-uQ4wUIjRfiQmBfz8-4Ec2T
tenantID: 93136850-e68b-4f74-b565-e117bcd82141
scope: api://64cd5b80-3b55-4913-a0dd-3d83befe33e9/.default
authUrl:
https://login.microsoftonline.com/93136850-e68b-4f74-b565-e117bcd82141/oauth2/v2.0/token
Method: POST
Step 4: Use oAuth 2 Bearer token generated in Step 3 to get the status of a Payable Record
Ocp-Apim-Subscription-Key: 608c8a0dfe5a4932aebab9585bdc2c14
Authorization
HTTP Method: GET
url: https://api-sandbox.transcard.com/Payables/v1/{Payable Record ID}