v1
latestOpenAPI 3.0.22026-07-26123510445.2 KBPayouts
Retrieve Payout
Get a specific payout by specifying the payout_id.
get/v1/payouts/{id}
Path parameters
idstring uuid required
Example:b3d9d2d5-4c12-4946-a09d-953e82sed2b0
Universally unique identifier (UUID v4) of a resource.
Headers
x-on-behalf-ofstring
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.
Response
OK - Successfully retrieved a payout.
Example response
{
"payout_id": "b3d9d2d5-4c12-4946-a09d-953e82sed2b0",
"amount_payer_pays": "1000.00",
"purpose_code": "AUDIO_VISUAL_SERVICES",
"source_currency": "USD",
"source_amount": "1000.00",
"amount_beneficiary_receives": "1000.00",
"fee_paid_by": "SHARED",
"fee_currency": "USD",
"payout_date": "2024-03-01",
"short_reference_id": "P220406-LLCVLRM",
"payout_reference": "026073150",
"payout_reason": "Audiovisual services",
"create_time": "2024-03-01T00:00:00+08:00",
"update_time": "2024-03-01T00:00:00+08:00",
"complete_time": "2024-03-01T00:00:00+08:00",
"payout_method": {
"card": {
"billing": {
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"phone_number": "12025550123",
"address": {
"country_code": "SG",
"city": "Singapore",
"street": "444 Orchard Rd, Midpoint Orchard, Singapore ",
"postcode": "924011"
}
}
}
},
"payer": {
"payer_id": "7c4ff2cd-1bf6-4aaa-bf16-266771425011",
"country": "SG",
"company_name": "UQPAY",
"first_name": "John",
"last_name": "Doe",
"city": "Singapore",
"address": "123 Main St",
"state": "CA",
"postal_code": "123456",
"date_birth": "2001-01-28",
"identification_type": "PASSPORT",
"identification_value": "12345678"
},
"beneficiary": {
"beneficiary_id": "b3d9d2d5-4c12-4946-a09d-953e82sed2b0",
"short_reference_id": "P220406-LLCVLRM",
"payment_method": {
"card": {
"billing": {
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"phone_number": "12025550123",
"address": {
"country_code": "SG",
"city": "Singapore",
"street": "444 Orchard Rd, Midpoint Orchard, Singapore ",
"postcode": "924011"
}
}
}
},
"email": "example@uqpay.com",
"nickname": "John Doe",
"beneficiary_status": "ACTIVE",
"company_name": "UQPAY TECHNOLOGY SG PTE LTD",
"summary": "John Doe",
"first_name": "John",
"last_name": "Doe",
"id_number": "110101199001011234",
"bank_details": {
"bank_name": "Bank of America",
"bank_address": "123 Main St",
"bank_country_code": "SG",
"account_holder": "John Doe",
"account_number": "12345678",
"iban": "GB82 WEST 1234 5698 7654 32",
"swift_code": "WELGBE22",
"clearing_system": "GIRO",
"routing_code_type1": "aba",
"routing_code_value1": "123456789",
"routing_code_type2": "ach",
"routing_code_value2": "123456789"
},
"address": {
"country": "SG",
"nationality": "SG",
"city": "Singapore",
"street_address": "123 Main St",
"postal_code": "123456",
"state": "CA"
},
"create_time": "2024-03-01T00:00:00+08:00",
"update_time": "2024-03-01T00:00:00+08:00",
"additional_info": {
"organization_code": "91210106MA0P46BWXY",
"id_type": "PASSPORT",
"id_number": "AB1234567",
"tax_id": "123456789",
"msisdn": "+65111111"
}
},
"failure_returned_amount": "1000.00",
"quote_id": "784832f7-1f8a-4b08-ac2a-8719b5b2a590",
"conversion": {
"currency_pair": "USDEUR",
"client_rate": "1.355957"
}
}