Apply Receving Account
- POST /v3/b2b/va/apply
Precautions: Apply for a receiving account. Receiving account are virtual currency account that function as real bank account. It can be used to collect funds. You get account details that enable you to collect funds from various platforms such as Amazon, eBay and Shopify, among others.
Request Sample
curl --location --request POST 'https://test2-business-cgi.pingpongx.com/v3/b2b/va/apply' \
--header 'Authorization: Bearer a94890a8d16a4ba7b3ab64036d9624e189dd62e96aca480b91f824d0b5e0dcbe' \
--header 'Content-Type: application/json' \
--header 'timestamp: 1637564397860' \
--header 'sign: 4a70672b69b59d24d1ef05b716b1fc1d89e3e87e2b4921cb5847b6230e91c472' \
--header 'app_id: 80242303107221' \
--data-raw '{
"open_id":"MC27502480644374528",
"currency": "USD",
"bank_location": "Hong Kong",
"usages":["Shopify"]
}'
Request Schema
Parameter | Type | Requried | Description |
---|---|---|---|
open_id | String | M | User ID in PingPong |
currency | String | M | The Currency Code |
bank_location | String | M | Receving Account Bank Location. See section Appendix- Receiving Currency |
usages | Array | M | Platforms that you will use the account for. See section Appendix- Receiving Currency |
Response Sample
{
"code": 0,
"message": "OK",
"success":true,
"data": {
"biz_id":"vr012105140029980822",
"bank_name":"Citibank, N.A., Hong Kong Branch",
"card_no":"9837114734699",
"routing_number":"123456789",
"swift_code":"CITIHKHX",
"sort_code":"2672198347",
"bank_account_type":"Checking",
"bank_code":"006",
"iban":"DOMESTIC",
"city":"Hong Kong",
"address":"Champion Tower,Three Garden Road,Central, Hong Kong",
"zip_code":"W55SA",
"bank_location":"HongKong"
}
}
Response Schema
Parameter | Type | Description |
---|---|---|
biz_id | String | The bizId of receiving account |
bank_name | String | Bank Name |
card_no | String | Virtual Account |
routing_number | String | North American and American bank identification code |
swift_code | String | Bank International Code |
sort_code | String | Sort Code |
bank_account_type | String | Type of bank account |
bank_code | String | Recharge Bank Code |
city | String | City |
address | String | The Bank Address |
zip_code | String | Zip code |
bank_location | String | Bank location |
iban | String | Full data of account |