API OVERVIEW
CORE
- Auth
- Balances
ISSUING
- Cards
- Products
- Cardholders
- Transactions
PAYOUT
Webhooks
- Payout
- Beneficiary
Retrieve a payout by id
This endpoint returns a payout based on the id.
curl 'https://api.sandbox.uqpay.org/api/v1/payouts/d4bfcc79-24a5-4e03-9e2a-d70fd1e3e572/retrieve' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
"code": 200,
"message": "Success",
"data": {
"account_name": "graywolf",
"beneficiary_details": {
"beneficiary_address": {
"country_code": "AF",
"city": "whgre",
"street_address": "hfgsfdsdf34543 t4g.ukiy",
"postal_code": "643564",
"state": "54534"
},
"beneficiary_bank_detail": {
"bank_name": "adffdsg gr rerw",
"bank_address": "dsaf.yuy5 65",
"bank_country_code": "AG",
"account_holder": "rtere",
"account_currency_code": "USD",
"account_number": "gg4354365463",
"iban": "",
"swift_code": "ddddeecc",
"clearing_system": "LOCAL",
"routing_code_type1": "",
"routing_code_value1": "",
"routing_code_type2": "",
"routing_code_value2": ""
},
"charge_type": "shared",
"company_name": "dfgr",
"country_code": "AG",
"entity_type": "company",
"first_name": "",
"last_name": "",
"payment_method": "local"
},
"complete_time": "0001-01-01T00:00:00Z",
"create_time": "2023-12-12T18:21:13+08:00",
"fee_amount": "0.9",
"fee_paid_by": "shared",
"payer_details": {
"address": "buxiaode difang 999",
"city": "singpore",
"company_name": "",
"country": "SG",
"date_birth": "2005-12-07T00:00:00+08:00",
"entity_type": "individual",
"first_name": "dfd",
"identification_type": "NRIC",
"identification_value": "fasdsaf",
"last_name": "dfd",
"postal_code": "898989",
"state": "9999999"
},
"payout_date": "2023-12-12T00:00:00+08:00",
"payout_id": "ed6009e1-5e97-4932-84b3-c699fefb4685",
"payout_reason": "audiovisual services",
"payout_reference": "gg",
"payout_status": "pending",
"pdf_file_name": "",
"short_reference_id": "P231212-ET80YTIF",
"source_amount": "10",
"source_currency": "USD",
"target_amount": "10",
"target_currency": "USD",
"update_time": "2023-12-12T18:21:18+08:00"
}
}
Header
x-client-id
.
Bearer YOUR_TOKEN_HERE
.
Parameters
ID of the payout.
Response
Indicates whether the call was successful. 200 if successful, 400 if not.
Response Message. “Success” if successful, others not.
Payout id.
Payout source amount.
Payout source currency.
Payout target amount.
Payout target currency.
Fee paid by.
Payout date
Payout reason.
Payout reference.
Fee amount.
Payout status.
Pdf File Name.
Short reference id.
Complete time.
Update time.
Create time.
Bank Name.
Bank Address.
Bank Country Code.
Account Holder.
Account Currency Code.
Account Number.
Iban.
Swift Code.
Clearing System.
Routing Code Type1.
Routing Code Value1.
Routing Code Type2.
Routing Code Value2.
Charge Type.
Company Name.
Country Code.
Entity Type.
First Name.
Last Name.
Payment Method.
Address.
City.
Company Name.
Country.
Birth Date.
Entity Type.
First Name.
Last Name.
Identification Type.
Identification Value.
Postal Code.
State.
curl 'https://api.sandbox.uqpay.org/api/v1/payouts/d4bfcc79-24a5-4e03-9e2a-d70fd1e3e572/retrieve' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
"code": 200,
"message": "Success",
"data": {
"account_name": "graywolf",
"beneficiary_details": {
"beneficiary_address": {
"country_code": "AF",
"city": "whgre",
"street_address": "hfgsfdsdf34543 t4g.ukiy",
"postal_code": "643564",
"state": "54534"
},
"beneficiary_bank_detail": {
"bank_name": "adffdsg gr rerw",
"bank_address": "dsaf.yuy5 65",
"bank_country_code": "AG",
"account_holder": "rtere",
"account_currency_code": "USD",
"account_number": "gg4354365463",
"iban": "",
"swift_code": "ddddeecc",
"clearing_system": "LOCAL",
"routing_code_type1": "",
"routing_code_value1": "",
"routing_code_type2": "",
"routing_code_value2": ""
},
"charge_type": "shared",
"company_name": "dfgr",
"country_code": "AG",
"entity_type": "company",
"first_name": "",
"last_name": "",
"payment_method": "local"
},
"complete_time": "0001-01-01T00:00:00Z",
"create_time": "2023-12-12T18:21:13+08:00",
"fee_amount": "0.9",
"fee_paid_by": "shared",
"payer_details": {
"address": "buxiaode difang 999",
"city": "singpore",
"company_name": "",
"country": "SG",
"date_birth": "2005-12-07T00:00:00+08:00",
"entity_type": "individual",
"first_name": "dfd",
"identification_type": "NRIC",
"identification_value": "fasdsaf",
"last_name": "dfd",
"postal_code": "898989",
"state": "9999999"
},
"payout_date": "2023-12-12T00:00:00+08:00",
"payout_id": "ed6009e1-5e97-4932-84b3-c699fefb4685",
"payout_reason": "audiovisual services",
"payout_reference": "gg",
"payout_status": "pending",
"pdf_file_name": "",
"short_reference_id": "P231212-ET80YTIF",
"source_amount": "10",
"source_currency": "USD",
"target_amount": "10",
"target_currency": "USD",
"update_time": "2023-12-12T18:21:18+08:00"
}
}
curl 'https://api.sandbox.uqpay.org/api/v1/payouts/d4bfcc79-24a5-4e03-9e2a-d70fd1e3e572/retrieve' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
"code": 200,
"message": "Success",
"data": {
"account_name": "graywolf",
"beneficiary_details": {
"beneficiary_address": {
"country_code": "AF",
"city": "whgre",
"street_address": "hfgsfdsdf34543 t4g.ukiy",
"postal_code": "643564",
"state": "54534"
},
"beneficiary_bank_detail": {
"bank_name": "adffdsg gr rerw",
"bank_address": "dsaf.yuy5 65",
"bank_country_code": "AG",
"account_holder": "rtere",
"account_currency_code": "USD",
"account_number": "gg4354365463",
"iban": "",
"swift_code": "ddddeecc",
"clearing_system": "LOCAL",
"routing_code_type1": "",
"routing_code_value1": "",
"routing_code_type2": "",
"routing_code_value2": ""
},
"charge_type": "shared",
"company_name": "dfgr",
"country_code": "AG",
"entity_type": "company",
"first_name": "",
"last_name": "",
"payment_method": "local"
},
"complete_time": "0001-01-01T00:00:00Z",
"create_time": "2023-12-12T18:21:13+08:00",
"fee_amount": "0.9",
"fee_paid_by": "shared",
"payer_details": {
"address": "buxiaode difang 999",
"city": "singpore",
"company_name": "",
"country": "SG",
"date_birth": "2005-12-07T00:00:00+08:00",
"entity_type": "individual",
"first_name": "dfd",
"identification_type": "NRIC",
"identification_value": "fasdsaf",
"last_name": "dfd",
"postal_code": "898989",
"state": "9999999"
},
"payout_date": "2023-12-12T00:00:00+08:00",
"payout_id": "ed6009e1-5e97-4932-84b3-c699fefb4685",
"payout_reason": "audiovisual services",
"payout_reference": "gg",
"payout_status": "pending",
"pdf_file_name": "",
"short_reference_id": "P231212-ET80YTIF",
"source_amount": "10",
"source_currency": "USD",
"target_amount": "10",
"target_currency": "USD",
"update_time": "2023-12-12T18:21:18+08:00"
}
}