Customer Wallet Kyc - Get
DevelopingGET
/partner/customer/walletkycLast modified: 5 months ago
Maintainer: Not configured
Request
Query Params
customer_external_id
string
required
Example:
{{customer_external_id}}
Request samples
Responses
Success(200)
Forbidden(403)
OK(200)
Server Error(500)
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"data": {
"wallet_id": 295,
"status": "approved",
"customer_external_id": "1901262569"
},
"success": true,
"code": 0,
"message": ""
}
Last modified: 5 months ago