Customer Wallet Kyc - Bulk Upsert
DevelopingPOST
/partner/customer/walletkyc/bulkLast modified: 5 months ago
Maintainer: Not configured
Request
Body Params application/json
kyc
array [object {2}]
required
>= 1 items<= 1000 items
customer_external_id
string
optional
status
string
optional
Example
{
"kcy": [
{
"customer_external_id": "{{customer_external_id}}",
"status": "approved"
}
]
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
array [object {3}]
required
wallet_id
integer
optional
status
string
optional
customer_external_id
string
optional
success
boolean
required
code
integer
required
message
string
required
Example
{
"data": [
{
"wallet_id": 217,
"status": "approved",
"customer_external_id": "92440753"
}
],
"success": true,
"code": 0,
"message": ""
}
Last modified: 5 months ago