Welcome Letter
- POST /v3/b2b/va/welcome_letter
Precautions: Welcome Letter can be used as bank statement. User can apply for Welcome Letter, which can be used to prove your bank statement at various platforms such as Amazon, eBay and Shopify, among others. Welcome Letter will be sent to user by email.
Request Sample
curl --location --request POST 'https://test2-business-cgi.pingpongx.com/v3/b2b/va/welcome_letter' \
--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",
"biz_id": "vr042103240066693618",
"address": "address",
"email": "kk@pingpongx.com",
"holder_name": "kk"
}'
Request Schema
Parameter | Type | Requried | Description |
---|---|---|---|
open_id | String | M | User ID in PingPong |
currency | String | M | The Currency Code |
biz_id | String | M | The bizId of receiving account |
address | String | M | Receving Account holder's address |
String | M | Receving Account holder's email | |
holder_name | String | M | Receving Account holder's name |
Response Sample
{
"code": 0,
"message": "OK",
"success":true,
"data":true
}
Response Schema
Parameter | Type | Description |
---|---|---|
data | boolean | true Apply success,false Apply fail |