GET
/
api
/
v1
/
beneficiaries
/
{beneficiary_id}
curl 'https://api.sandbox.uqpay.org/api/v1/beneficiaries/c45a4e8e-5969-4609-8218-091f5db7287e' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
    "code": 200,
    "message": "Success",
    "data": {
        "beneficiary_id": "c45a4e8e-5969-4609-8218-091f5db7287e",
        "entity_type": "company",
        "payment_method": "swift",
        "beneficiary_email": "[email protected]",
        "beneficiary_nickname": "MANY A-SUN",
        "beneficiary_company_name": "Courtesy Hardware Store",
        "beneficiary_summary": "USD account ending in 4557",
        "account_currency_code": "USD",
        "bank_country_code": "US",
        "beneficiary_bank_details": {
            "bank_name": "1ST STATE BANK",
            "bank_address": "4929 Briarwood Drive",
            "bank_country_code": "US",
            "account_holder": "Robert Shishani",
            "account_currency_code": "USD",
            "account_number": "4865393923574557",
            "iban": "",
            "swift_code": "230",
            "clearing_system": "SWIFT",
            "routing_code_type1": "",
            "routing_code_value1": "",
            "routing_code_type2": "",
            "routing_code_value2": ""
        },
        "beneficiary_address": {
            "country_code": "US",
            "city": "Montgomery",
            "street_address": "1230 Stafford Dr",
            "postal_code": "36117",
            "state": "Alabama"
        }
    }
}
x-client-id
string
required

x-client-id.

x-auth-token
string
required

Bearer YOUR_TOKEN_HERE.

Parameters

beneficiary_id
string
required

ID of the beneficiary.

Response

code
number

Indicates whether the call was successful. 200 if successful, 400 if not.

message
string

Response Message. “Success” if successful, others not.

data
object
curl 'https://api.sandbox.uqpay.org/api/v1/beneficiaries/c45a4e8e-5969-4609-8218-091f5db7287e' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
    "code": 200,
    "message": "Success",
    "data": {
        "beneficiary_id": "c45a4e8e-5969-4609-8218-091f5db7287e",
        "entity_type": "company",
        "payment_method": "swift",
        "beneficiary_email": "[email protected]",
        "beneficiary_nickname": "MANY A-SUN",
        "beneficiary_company_name": "Courtesy Hardware Store",
        "beneficiary_summary": "USD account ending in 4557",
        "account_currency_code": "USD",
        "bank_country_code": "US",
        "beneficiary_bank_details": {
            "bank_name": "1ST STATE BANK",
            "bank_address": "4929 Briarwood Drive",
            "bank_country_code": "US",
            "account_holder": "Robert Shishani",
            "account_currency_code": "USD",
            "account_number": "4865393923574557",
            "iban": "",
            "swift_code": "230",
            "clearing_system": "SWIFT",
            "routing_code_type1": "",
            "routing_code_value1": "",
            "routing_code_type2": "",
            "routing_code_value2": ""
        },
        "beneficiary_address": {
            "country_code": "US",
            "city": "Montgomery",
            "street_address": "1230 Stafford Dr",
            "postal_code": "36117",
            "state": "Alabama"
        }
    }
}