Delete existing Recipient Account
• POST /v3/b2b/recipient/delete
Precautions: Delete an existing beneficiary/recipient which is added previously by calling “Create a Recipient Account” API.
Request Sample
curl --location --request POST 'https://test2-business-cgi.pingpongx.com/v3/b2b/recipient/delete' \
--header 'Authorization: Bearer a94890a8d16a4ba7b3ab64036d9624e189dd62e96aca480b91f824d0b5e0dcbe' \
--header 'Content-Type: application/json' \
--header 'timestamp: 1637564397860' \
--header 'sign: 4a70672b69b59d24d1ef05b716b1fc1d89e3e87e2b4921cb5847b6230e91c472' \
--header 'app_id: 80242303107221' \
--data-row {
"open_id":"b109676b6b874c33b0b9f6135e73dd8b",
"biz_id": "ba011911200012205085"
}
Request Schema
Parameter | Type | Requried | Description |
---|---|---|---|
open_id | String | M | User ID in PingPong |
biz_id | String | M | Recipient account unique id |
Response Sample
{
"code": 0,
"message": "OK"
}
Request Schema
Parameter | Type | Description |
---|---|---|
code | Integer | Result Code |
message | String | Result Message |