curl --request POST \
--url https://gateway.useyala.com/api/public/payouts/initiate \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"businessId": "6fd2b69f-c529-4fe4-b680-29256f860553",
"sourceAmount": 1000,
"sourceCurrency": "USD",
"destinationCurrency": "NGN",
"feeBearer": "TENANT",
"method": "NIP",
"destinationCountryCode": "NGA",
"narration": "Andromeda Galaxy",
"beneficiary": {
"countryCode": "NGA",
"bankCountryCode": "NGA",
"accountNumber": "8068487823",
"accountName": "Will Wonker",
"bankName": "OPay",
"accountCurrency": "NGN",
"payoutMethod": "SWIFT",
"isIndividual": true,
"address": "2, 4th Avenue, Off Prince Ademola Eletu way, Jakande, Lekki",
"city": "Lekki",
"postCode": "SG1 5LH",
"swiftNumber": "34323232",
"routingNumber": "",
"sortCode": "111111",
"phoneNumber": "",
"email": "",
"bankBranchCode": "",
"bankAddress": "",
"bankCode": "34323232",
"bicNumber": "34323232"
},
"supportingDocument": "https://sample.com/doc"
}
'{
"statusCode": 201,
"message": "success",
"data": {
"businessId": "02730067-e309-4e43-b865-ad1e7373fd8f",
"baseAmount": 3300000,
"baseCurrency": "NGN",
"amountToBeSent": 1966.85,
"currencyToBeSent": "USD",
"beneficiary": {
"countryCode": "NGA",
"bankCountryCode": "NGA",
"accountNumber": "8068487823",
"accountName": "Will Wonker",
"bankName": "OPay",
"accountCurrency": "NGN",
"payoutMethod": "SWIFT",
"isIndividual": true,
"address": "2, 4th Avenue, Off Prince Ademola Eletu way, Jakande, Lekki",
"city": "Lekki",
"postCode": "SG1 5LH",
"swiftNumber": "34323232",
"routingNumber": "",
"sortCode": "111111",
"phoneNumber": "",
"email": "",
"bankBranchCode": "",
"bankAddress": "",
"bankCode": "34323232",
"bicNumber": "34323232",
"riskLevel": "LOW",
"verificationStatus": "PENDING"
},
"supportingDocument": "https://sample.com/doc",
"method": "SWIFT",
"narration": "Andromeda Galaxy",
"VAT": null,
"methodFees": null,
"transactionFees": null,
"beneficiaryId": "a51cc961-366a-4346-be7c-de8541431d3f",
"status": "PENDING_APPROVAL",
"business": {
"id": "02730067-e309-4e43-b865-ad1e7373fd8f",
"name": "Big O Express",
"email": "[email protected]",
"website": "www.bigoexpress.com"
},
"riskLevel": "LOW",
"payoutRef": "1r4Wx1MQEP",
"category": {},
"sourceWallet": {
"id": "b7e5ac80-829f-4b97-b845-1b9a70f9f4ff",
"type": "BUSINESS_WALLET",
"balance": 66323010.160000004,
"currency": "NGN",
"processor": "Yala",
"walletRef": "YALA75910",
"accountNumber": "9252038588",
"accountName": null
},
"meta": {
"statusChange": [
{
"updatedBy": "API ",
"email": "API",
"status": "PENDING_APPROVAL",
"date": "2025-01-16T12:57:49.996Z"
}
],
"exchangeRate": {
"from": "NGN",
"to": "USD",
"id": "a836fb63-a11b-4952-896d-7ef7e01fea14",
"sellRate": 1677.808472,
"sellSpread": 0.75,
"buyRate": 1648.54248,
"buySpread": -0.75,
"marketRate": 1661,
"code": "USD/NGN"
}
},
"transactionDate": null,
"channel": null,
"id": "7501f00c-7977-4fed-aef7-6b0746bfddc6",
"createdAt": "2025-01-16T12:57:49.996Z",
"updatedAt": "2025-01-16T12:57:49.000Z",
"deletedAt": null,
"transactions": [
{
"amount": -3300000,
"wallet": {
"id": "b7e5ac80-829f-4b97-b845-1b9a70f9f4ff"
},
"type": "DEBIT",
"method": "SWIFT",
"balanceBefore": 69705437.28,
"balanceAfter": 66405437.28,
"provider": "YALA",
"reference": "1r4Wx1MQEP",
"currency": "NGN",
"remarks": "Payout",
"narration": null,
"code": "TRX_6f4mRvEfDhu16nZHv",
"meta": null,
"id": "3620bae6-0cd4-4235-aa4d-cb7a1eef8c00",
"createdAt": "2025-01-16T12:57:49.982Z",
"updatedAt": "2025-01-16T12:57:49.982Z"
}
]
}
}Create a payout to send funds to a beneficiary’s bank account.
curl --request POST \
--url https://gateway.useyala.com/api/public/payouts/initiate \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"businessId": "6fd2b69f-c529-4fe4-b680-29256f860553",
"sourceAmount": 1000,
"sourceCurrency": "USD",
"destinationCurrency": "NGN",
"feeBearer": "TENANT",
"method": "NIP",
"destinationCountryCode": "NGA",
"narration": "Andromeda Galaxy",
"beneficiary": {
"countryCode": "NGA",
"bankCountryCode": "NGA",
"accountNumber": "8068487823",
"accountName": "Will Wonker",
"bankName": "OPay",
"accountCurrency": "NGN",
"payoutMethod": "SWIFT",
"isIndividual": true,
"address": "2, 4th Avenue, Off Prince Ademola Eletu way, Jakande, Lekki",
"city": "Lekki",
"postCode": "SG1 5LH",
"swiftNumber": "34323232",
"routingNumber": "",
"sortCode": "111111",
"phoneNumber": "",
"email": "",
"bankBranchCode": "",
"bankAddress": "",
"bankCode": "34323232",
"bicNumber": "34323232"
},
"supportingDocument": "https://sample.com/doc"
}
'{
"statusCode": 201,
"message": "success",
"data": {
"businessId": "02730067-e309-4e43-b865-ad1e7373fd8f",
"baseAmount": 3300000,
"baseCurrency": "NGN",
"amountToBeSent": 1966.85,
"currencyToBeSent": "USD",
"beneficiary": {
"countryCode": "NGA",
"bankCountryCode": "NGA",
"accountNumber": "8068487823",
"accountName": "Will Wonker",
"bankName": "OPay",
"accountCurrency": "NGN",
"payoutMethod": "SWIFT",
"isIndividual": true,
"address": "2, 4th Avenue, Off Prince Ademola Eletu way, Jakande, Lekki",
"city": "Lekki",
"postCode": "SG1 5LH",
"swiftNumber": "34323232",
"routingNumber": "",
"sortCode": "111111",
"phoneNumber": "",
"email": "",
"bankBranchCode": "",
"bankAddress": "",
"bankCode": "34323232",
"bicNumber": "34323232",
"riskLevel": "LOW",
"verificationStatus": "PENDING"
},
"supportingDocument": "https://sample.com/doc",
"method": "SWIFT",
"narration": "Andromeda Galaxy",
"VAT": null,
"methodFees": null,
"transactionFees": null,
"beneficiaryId": "a51cc961-366a-4346-be7c-de8541431d3f",
"status": "PENDING_APPROVAL",
"business": {
"id": "02730067-e309-4e43-b865-ad1e7373fd8f",
"name": "Big O Express",
"email": "[email protected]",
"website": "www.bigoexpress.com"
},
"riskLevel": "LOW",
"payoutRef": "1r4Wx1MQEP",
"category": {},
"sourceWallet": {
"id": "b7e5ac80-829f-4b97-b845-1b9a70f9f4ff",
"type": "BUSINESS_WALLET",
"balance": 66323010.160000004,
"currency": "NGN",
"processor": "Yala",
"walletRef": "YALA75910",
"accountNumber": "9252038588",
"accountName": null
},
"meta": {
"statusChange": [
{
"updatedBy": "API ",
"email": "API",
"status": "PENDING_APPROVAL",
"date": "2025-01-16T12:57:49.996Z"
}
],
"exchangeRate": {
"from": "NGN",
"to": "USD",
"id": "a836fb63-a11b-4952-896d-7ef7e01fea14",
"sellRate": 1677.808472,
"sellSpread": 0.75,
"buyRate": 1648.54248,
"buySpread": -0.75,
"marketRate": 1661,
"code": "USD/NGN"
}
},
"transactionDate": null,
"channel": null,
"id": "7501f00c-7977-4fed-aef7-6b0746bfddc6",
"createdAt": "2025-01-16T12:57:49.996Z",
"updatedAt": "2025-01-16T12:57:49.000Z",
"deletedAt": null,
"transactions": [
{
"amount": -3300000,
"wallet": {
"id": "b7e5ac80-829f-4b97-b845-1b9a70f9f4ff"
},
"type": "DEBIT",
"method": "SWIFT",
"balanceBefore": 69705437.28,
"balanceAfter": 66405437.28,
"provider": "YALA",
"reference": "1r4Wx1MQEP",
"currency": "NGN",
"remarks": "Payout",
"narration": null,
"code": "TRX_6f4mRvEfDhu16nZHv",
"meta": null,
"id": "3620bae6-0cd4-4235-aa4d-cb7a1eef8c00",
"createdAt": "2025-01-16T12:57:49.982Z",
"updatedAt": "2025-01-16T12:57:49.982Z"
}
]
}
}businessId that has sufficient wallet balance in the source currency.supportingDocument links for payouts that require compliance review.PayoutData with lifecycle fields such as status, riskLevel, and meta.statusChange.PENDING_APPROVAL until an operator approves it via the Yala dashboard.Payout initiation request
Unique identifier for the business
"6fd2b69f-c529-4fe4-b680-29256f860553"
Amount in the source currency
1000
Source currency code
"USD"
Destination currency code
"NGN"
Who bears the fees for this transaction
CUSTOMER, TENANT "TENANT"
Payment method
SWIFT, NIP, HK_FPS, CHINA_WIRE, FASTER_PAYMENTS, WIRE, ACH, SEPA "NIP"
Destination country code
"NGA"
Transaction description
"Andromeda Galaxy"
Show child attributes
Country code of beneficiary
"NGA"
Country code of beneficiary's bank
"NGA"
Beneficiary's account number
"8068487823"
Beneficiary's account name
"Will Wonker"
Name of beneficiary's bank
"OPay"
Currency of beneficiary's account
"NGN"
Payment method for this beneficiary
SWIFT, NIP, HK_FPS, CHINA_WIRE, FASTER_PAYMENTS, WIRE, ACH, SEPA "SWIFT"
Whether beneficiary is an individual (true) or business (false)
true
Beneficiary's address
"2, 4th Avenue, Off Prince Ademola Eletu way, Jakande, Lekki"
Beneficiary's city
"Lekki"
Beneficiary's postal code
"SG1 5LH"
SWIFT/BIC code
"34323232"
Routing number (for US banks)
""
Sort code (for UK banks)
"111111"
Beneficiary's phone number
""
Beneficiary's email address
""
Bank branch code
""
Bank address
""
Bank code
"34323232"
BIC number
"34323232"
URL to supporting document
"https://sample.com/doc"
Payout initiated successfully
HTTP status code
201
Response message
"success"
Show child attributes
"02730067-e309-4e43-b865-ad1e7373fd8f"
3300000
"NGN"
1966.85
"USD"
Show child attributes
Country code of beneficiary
"NGA"
Country code of beneficiary's bank
"NGA"
Beneficiary's account number
"8068487823"
Beneficiary's account name
"Will Wonker"
Name of beneficiary's bank
"OPay"
Currency of beneficiary's account
"NGN"
Payment method for this beneficiary
SWIFT, NIP, HK_FPS, CHINA_WIRE, FASTER_PAYMENTS, WIRE, ACH, SEPA "SWIFT"
Whether beneficiary is an individual (true) or business (false)
true
Beneficiary's address
"2, 4th Avenue, Off Prince Ademola Eletu way, Jakande, Lekki"
Beneficiary's city
"Lekki"
Beneficiary's postal code
"SG1 5LH"
SWIFT/BIC code
"34323232"
Routing number (for US banks)
""
Sort code (for UK banks)
"111111"
Beneficiary's phone number
""
Beneficiary's email address
""
Bank branch code
""
Bank address
""
Bank code
"34323232"
BIC number
"34323232"
"LOW"
"PENDING"
"https://sample.com/doc"
"SWIFT"
"Andromeda Galaxy"
null
null
null
"a51cc961-366a-4346-be7c-de8541431d3f"
Current status of the payout
"PENDING_APPROVAL"
Risk level assessment
"LOW"
Unique payout reference
"1r4Wx1MQEP"
{}Show child attributes
"b7e5ac80-829f-4b97-b845-1b9a70f9f4ff"
"BUSINESS_WALLET"
66323010.160000004
"NGN"
"Yala"
"YALA75910"
"9252038588"
null
Show child attributes
Show child attributes
"NGN"
"USD"
"a836fb63-a11b-4952-896d-7ef7e01fea14"
1677.808472
0.75
1648.54248
-0.75
1661
"USD/NGN"
null
null
"7501f00c-7977-4fed-aef7-6b0746bfddc6"
"2025-01-16T12:57:49.996Z"
"2025-01-16T12:57:49.000Z"
null
Show child attributes
-3300000
"DEBIT"
"SWIFT"
69705437.28
66405437.28
"YALA"
"1r4Wx1MQEP"
"NGN"
"Payout"
null
"TRX_6f4mRvEfDhu16nZHv"
null
"3620bae6-0cd4-4235-aa4d-cb7a1eef8c00"
"2025-01-16T12:57:49.982Z"
"2025-01-16T12:57:49.982Z"