curl 'https://api.sandbox.uqpay.org/api/v1/balances/EUR/bank_details' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
"code": 200,
"message": "Success",
"data": {
"local": [
{
"account_bank_id": "60d33671-0f2d-4353-b3e7-4e3af71408ac",
"account_holder": "Johnson",
"account_id": "c614094e-c13b-4df9-876a-01ed1206f26a",
"account_number": "GB01TCCL28232805570870",
"bank_address": "12 Steward Street, The Steward Building, London, E1 6FQ, GB",
"bank_code": "",
"bank_name": "The Currency Cloud Limited",
"clearing_system_code": "TCCLGB31",
"clearing_system_type": "bic swift",
"country_code": "GB",
"currency_code": "EUR",
"payment_reference": "B9637636096"
}
],
"status": "opened",
"swift": [
{
"account_bank_id": "aca22cc9-04ee-4598-af6b-e3ba696585f5",
"account_holder": "Johnson",
"account_id": "c614094e-c13b-4df9-876a-01ed1206f26a",
"account_number": "GB64TCCL12345621576812",
"bank_address": "12 Steward Street, The Steward Building, London, E1 6FQ, GB",
"bank_code": "",
"bank_name": "The Currency Cloud Limited",
"clearing_system_code": "TCCLGB3L",
"clearing_system_type": "bic swift",
"country_code": "GB",
"currency_code": "EUR",
"payment_reference": "B9637636096"
}
]
}
}
This endpoint returns a bank details of a balance based on the currency.
curl 'https://api.sandbox.uqpay.org/api/v1/balances/EUR/bank_details' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
"code": 200,
"message": "Success",
"data": {
"local": [
{
"account_bank_id": "60d33671-0f2d-4353-b3e7-4e3af71408ac",
"account_holder": "Johnson",
"account_id": "c614094e-c13b-4df9-876a-01ed1206f26a",
"account_number": "GB01TCCL28232805570870",
"bank_address": "12 Steward Street, The Steward Building, London, E1 6FQ, GB",
"bank_code": "",
"bank_name": "The Currency Cloud Limited",
"clearing_system_code": "TCCLGB31",
"clearing_system_type": "bic swift",
"country_code": "GB",
"currency_code": "EUR",
"payment_reference": "B9637636096"
}
],
"status": "opened",
"swift": [
{
"account_bank_id": "aca22cc9-04ee-4598-af6b-e3ba696585f5",
"account_holder": "Johnson",
"account_id": "c614094e-c13b-4df9-876a-01ed1206f26a",
"account_number": "GB64TCCL12345621576812",
"bank_address": "12 Steward Street, The Steward Building, London, E1 6FQ, GB",
"bank_code": "",
"bank_name": "The Currency Cloud Limited",
"clearing_system_code": "TCCLGB3L",
"clearing_system_type": "bic swift",
"country_code": "GB",
"currency_code": "EUR",
"payment_reference": "B9637636096"
}
]
}
}
x-client-id.YOUR_TOKEN_HERE.Hide details
Hide details
Show details
curl 'https://api.sandbox.uqpay.org/api/v1/balances/EUR/bank_details' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
"code": 200,
"message": "Success",
"data": {
"local": [
{
"account_bank_id": "60d33671-0f2d-4353-b3e7-4e3af71408ac",
"account_holder": "Johnson",
"account_id": "c614094e-c13b-4df9-876a-01ed1206f26a",
"account_number": "GB01TCCL28232805570870",
"bank_address": "12 Steward Street, The Steward Building, London, E1 6FQ, GB",
"bank_code": "",
"bank_name": "The Currency Cloud Limited",
"clearing_system_code": "TCCLGB31",
"clearing_system_type": "bic swift",
"country_code": "GB",
"currency_code": "EUR",
"payment_reference": "B9637636096"
}
],
"status": "opened",
"swift": [
{
"account_bank_id": "aca22cc9-04ee-4598-af6b-e3ba696585f5",
"account_holder": "Johnson",
"account_id": "c614094e-c13b-4df9-876a-01ed1206f26a",
"account_number": "GB64TCCL12345621576812",
"bank_address": "12 Steward Street, The Steward Building, London, E1 6FQ, GB",
"bank_code": "",
"bank_name": "The Currency Cloud Limited",
"clearing_system_code": "TCCLGB3L",
"clearing_system_type": "bic swift",
"country_code": "GB",
"currency_code": "EUR",
"payment_reference": "B9637636096"
}
]
}
}