Getting started with WorldFirst(Alipay) APIs
This document provides a comprehensive guide to make your first WorldFirst API call with Postman.
Step 1. Download the sample script and import the file to your Postman Workspace.
Note: For the first-time integrating Partners, contact WorldFirst Technical Support to make sure your IP address is on the whitelist.
Step 2. Configure the necessary prerequisites for loading your API request.
- HTTP URL:
http://remit3.sit.dl.alipaydev.com/aps/api/business/fund/inquiryBalance
- Method:
POST
- Client-Id:
5J5Y372YSG5RDU05705
- Signature:
algorithm=RSA256,keyVersion=1,signature=KEhXthj4bJ801Hqw8kaLvEKc0Rii8KsNUazw7kZgjxyGSPuOZ48058UVJUkkR21iD9JkHBGRrWiHPae8ZRPuBagh2H3qu7fxY5GxVDWayJUhUYkr9m%2FOW4UQVmXaQ9yn%2Fw2dCtzwAW0htPHYrKMyrTpMk%2BfDDmRflA%2FAMJhQ71yeyhufIA2PCJV8%2FCMOa46303A0WHhH0YPJ9%2FI0UeLVMWlJ1XcBo3JrbRFvcowQwt0lP1XkoPmSLGpBevDE8%2FQ9WnxjPNDfrHnKgV2fp0hpMKVXNM%2BrLHNyMv3MkHg9iTMOD%2FFYDAwSd%2B6%2FEOFo9UbdlKcmodJwjKlQoxZZIzmF8w%3D%3D
Note: The signature provided above is a demo signature. For detailed steps to generate a unique signature instead of using a testing signature, refer to the Calculate and generate the signature chapter.
- Content-type:
application/json
- request-time:
now()
Step 3: Click on the Body tab above the value field. Choose the raw option, and insert the following request body into the text box:
{
"currency":"CNY"
}
Step 4: Click on the Send button to initiate your first WorldFirst API call. In the Response section, you would be able to see the response indicating the API call is successful.