X-BPN-API-KEY: ********************X-BPN-SIGNATURE: ********************X-BPN-TIMESTAMP: ********************curl --location '/api/v1/onboarding/status?partner_user_id=undefined&bpn_user_id=undefined' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>'{
"code": "SUCCESS",
"message": "ok",
"data": {
"partner_user_id": "string",
"bpn_user_id": "string",
"channel_user_id": "string",
"customer_type": "INDIVIDUAL",
"onboarding_status": "NOT_ONBOARDED",
"can_trade": true,
"supported_business_types": [
"ON_RAMP"
],
"deposit_address_ready": true,
"va_account_ready": true,
"fail_code": "string",
"fail_reason": "string",
"updated_at": "2019-08-24T14:15:22.123Z"
},
"trace_id": "b7c1f0c2-3f0a-4e9b-9c2a-2b1d9d6f0a11"
}