Register User
- POST /v3/b2b/user/register
Register as a PingPong user.
Request Sample
curl --location --request POST 'https://test2-business-cgi.pingpongx.com/v3/b2b/user/register' \
--header 'Content-Type: application/json' \
--header 'timestamp: 1637564397860' \
--header 'sign: 4a70672b69b59d24d1ef05b716b1fc1d89e3e87e2b4921cb5847b6230e91c472' \
--header 'app_id: 80242303107221' \
--data-raw '{
"app_id": "80290263109341",
"email": "lcz-openapi@pp.com",
"calling_prefix": "+86",
"phone_number": "15657827019",
"password": "Camille2.7",
"kyc_location": "US"
}'
Request Schema
Parameter | Type | Required | Description |
---|---|---|---|
app_id | String | M | App ID in PingPong platform |
String | M | Email to register | |
calling_prefix | String | M | International telephone area code |
phone_number | String | M | Phone number |
password | String | M | Login password |
kyc_location | String | M | Subject KYC country (eg: IN,US,VN,HK,AU,CA,CN,JP,MY,SG,KR,GB,DE,FR,AT,BR,BG,BD,CR,CS,GR,GT,HU,IL,IT,ID,LT,MX,MA,NL,NP,NZ,PK,PT,PH,PL,RU,ES,LK,SA,SE,CH,TR,TW,TH,UA,UY,AE,BE,CU,CY,DK,EE,FI,IE,LV,LU,MT,RO,SK,SI) |
Response Sample
{
"code": 0,
"success": true,
"message": "OK",
"data": {
"open_id": "d7919bc1c2624906b37305bdba976106"
}
}
Response Schema
Parameter | Type | Description |
---|---|---|
open_id | String | User ID in PingPong |