X-BPN-API-KEY: ********************X-BPN-SIGNATURE: ********************X-BPN-TIMESTAMP: ********************curl --location '/api/v1/capabilities?customer_type=undefined&business_type=undefined&country=undefined&from_currency=undefined&to_currency=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": {
"supported_business_types": [
"ON_RAMP"
],
"supported_customer_types": [
"INDIVIDUAL"
],
"capabilities": [
{
"business_type": "ON_RAMP",
"customer_types": [
"INDIVIDUAL"
],
"from_currency": "string",
"to_currency": "string",
"asset": "string",
"networks": [
"string"
],
"payment_instruction_types": [
"USER_FIXED_VA"
],
"quote_type": "STANDARD",
"min_amount": "string",
"max_amount": "string",
"amount_currency": "string",
"requires_onboarding": true,
"requires_redirect": true,
"requires_return_url": true,
"supports_kyc": true,
"supports_kyb": true,
"status": "string",
"display_note": "string"
}
],
"updated_at": "2019-08-24T14:15:22.123Z"
},
"trace_id": "b7c1f0c2-3f0a-4e9b-9c2a-2b1d9d6f0a11"
}