curl --request GET \
--url https://api.cadanapay.com/v1/platform/disbursements/{disbursementId} \
--header 'Authorization: Bearer <token>'{
"id": "87eec1a4-d757-45be-a75e-f3638d044750",
"tenantKey": "tbl28153208",
"status": "SUCCESS",
"referenceId": "9c4829a8-0177-4dad-a0d8-e4f8fc42276a",
"description": "January 2026 Payment",
"type": "PAYOUT",
"fxRate": 5.7896,
"paymentMethod": "bank",
"paymentDetails": {
"preferredMethod": "bank",
"momo": {
"accountName": "John Doe",
"provider": "MTN",
"providerCode": "MTN",
"phoneNumber": {
"countryCode": "1",
"number": "2345678901"
},
"currency": "GHS"
},
"bank": {
"accountName": "John Doe",
"accountNumber": "1234567890",
"accountType": "Checking",
"ownerType": "individual",
"bankCode": "EXMPJPJT",
"bankName": "Gotham City Bank",
"branchName": "Downtown Branch",
"sortCode": "401234",
"iban": "GB00000000000000000000",
"provider": "wise",
"currency": "USD",
"beneficiaryId": {
"type": "NIT",
"value": "123456789"
},
"address": {
"countryCode": "US",
"line1": "Street 1",
"line2": "Apt 1",
"city": "Gotham",
"postalCode": "10001",
"state": "NY"
},
"phoneNumber": {
"countryCode": "1",
"number": "2345678901"
},
"email": "john.doe@example.com"
},
"swift": {
"currency": "EUR",
"iban": "DE00000000000000000000",
"accountName": "John Doe",
"accountNumber": "1234567890",
"bankName": "Example Bank",
"swiftCode": "EXMPDEFF",
"address": {
"countryCode": "US",
"line1": "Street 1",
"line2": "Apt 1",
"city": "Gotham",
"postalCode": "10001",
"state": "NY"
}
},
"ach": {
"bankName": "Example Bank",
"accountName": "John Doe",
"routingNumber": "000000000",
"accountNumber": "1234567890",
"accountType": "Checking",
"provider": "wise",
"address": {
"countryCode": "US",
"line1": "Street 1",
"line2": "Apt 1",
"city": "Gotham",
"postalCode": "10001",
"state": "NY"
}
},
"wallet": {
"type": "user",
"identifier": "69a2a928-ed49-4e53-92ec-a72b4ee7eacc",
"currency": "USD"
},
"wire": {
"bankName": "Example Bank",
"accountName": "John Doe",
"routingNumber": "000000000",
"accountNumber": "123456789",
"address": {
"countryCode": "US",
"line1": "Street 1",
"line2": "Apt 1",
"city": "Gotham",
"postalCode": "10001",
"state": "NY"
}
}
},
"userId": "8cb1d569-5dfd-4b33-b25e-4fab0ee14251",
"personId": "7fc25070-8037-44f8-8c42-9d05ffc01f0b",
"userName": "Paula Torres",
"amount": {
"value": "10.00",
"currency": "USD"
},
"sourceAmount": {
"value": "10.00",
"currency": "USD"
},
"feeAmount": {
"value": "10.00",
"currency": "USD"
},
"totalAmount": {
"value": "10.00",
"currency": "USD"
},
"fxRevenueShare": {
"amount": {
"value": "10.00",
"currency": "USD"
},
"rate": 1
},
"feeRevenueShare": {
"amount": {
"value": "10.00",
"currency": "USD"
},
"rate": 1
},
"totalRevenueShare": {
"value": "10.00",
"currency": "USD"
},
"createdTimestamp": "2026-01-28 14:29:09 +0000 UTC",
"lastUpdatedTimestamp": "2026-01-28 14:29:18 +0000 UTC"
}Fetch a single disbursement by ID.
curl --request GET \
--url https://api.cadanapay.com/v1/platform/disbursements/{disbursementId} \
--header 'Authorization: Bearer <token>'{
"id": "87eec1a4-d757-45be-a75e-f3638d044750",
"tenantKey": "tbl28153208",
"status": "SUCCESS",
"referenceId": "9c4829a8-0177-4dad-a0d8-e4f8fc42276a",
"description": "January 2026 Payment",
"type": "PAYOUT",
"fxRate": 5.7896,
"paymentMethod": "bank",
"paymentDetails": {
"preferredMethod": "bank",
"momo": {
"accountName": "John Doe",
"provider": "MTN",
"providerCode": "MTN",
"phoneNumber": {
"countryCode": "1",
"number": "2345678901"
},
"currency": "GHS"
},
"bank": {
"accountName": "John Doe",
"accountNumber": "1234567890",
"accountType": "Checking",
"ownerType": "individual",
"bankCode": "EXMPJPJT",
"bankName": "Gotham City Bank",
"branchName": "Downtown Branch",
"sortCode": "401234",
"iban": "GB00000000000000000000",
"provider": "wise",
"currency": "USD",
"beneficiaryId": {
"type": "NIT",
"value": "123456789"
},
"address": {
"countryCode": "US",
"line1": "Street 1",
"line2": "Apt 1",
"city": "Gotham",
"postalCode": "10001",
"state": "NY"
},
"phoneNumber": {
"countryCode": "1",
"number": "2345678901"
},
"email": "john.doe@example.com"
},
"swift": {
"currency": "EUR",
"iban": "DE00000000000000000000",
"accountName": "John Doe",
"accountNumber": "1234567890",
"bankName": "Example Bank",
"swiftCode": "EXMPDEFF",
"address": {
"countryCode": "US",
"line1": "Street 1",
"line2": "Apt 1",
"city": "Gotham",
"postalCode": "10001",
"state": "NY"
}
},
"ach": {
"bankName": "Example Bank",
"accountName": "John Doe",
"routingNumber": "000000000",
"accountNumber": "1234567890",
"accountType": "Checking",
"provider": "wise",
"address": {
"countryCode": "US",
"line1": "Street 1",
"line2": "Apt 1",
"city": "Gotham",
"postalCode": "10001",
"state": "NY"
}
},
"wallet": {
"type": "user",
"identifier": "69a2a928-ed49-4e53-92ec-a72b4ee7eacc",
"currency": "USD"
},
"wire": {
"bankName": "Example Bank",
"accountName": "John Doe",
"routingNumber": "000000000",
"accountNumber": "123456789",
"address": {
"countryCode": "US",
"line1": "Street 1",
"line2": "Apt 1",
"city": "Gotham",
"postalCode": "10001",
"state": "NY"
}
}
},
"userId": "8cb1d569-5dfd-4b33-b25e-4fab0ee14251",
"personId": "7fc25070-8037-44f8-8c42-9d05ffc01f0b",
"userName": "Paula Torres",
"amount": {
"value": "10.00",
"currency": "USD"
},
"sourceAmount": {
"value": "10.00",
"currency": "USD"
},
"feeAmount": {
"value": "10.00",
"currency": "USD"
},
"totalAmount": {
"value": "10.00",
"currency": "USD"
},
"fxRevenueShare": {
"amount": {
"value": "10.00",
"currency": "USD"
},
"rate": 1
},
"feeRevenueShare": {
"amount": {
"value": "10.00",
"currency": "USD"
},
"rate": 1
},
"totalRevenueShare": {
"value": "10.00",
"currency": "USD"
},
"createdTimestamp": "2026-01-28 14:29:09 +0000 UTC",
"lastUpdatedTimestamp": "2026-01-28 14:29:18 +0000 UTC"
}Documentation Index
Fetch the complete documentation index at: https://docs.cadanapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier for the disbursement
Disbursement details
Unique transaction identifier
"87eec1a4-d757-45be-a75e-f3638d044750"
Identifies which business this transaction belongs to
"tbl28153208"
Transaction status
SUCCESS, FAILED, INITIATED, PROCESSING, ROUTED "SUCCESS"
External reference ID. Payroll transactions from the same run share the same referenceId.
"9c4829a8-0177-4dad-a0d8-e4f8fc42276a"
Human-readable description of the transaction
"January 2026 Payment"
Transaction type
PAYOUT, PAYROLL, CARD_MAINTENANCE_FEE, CARD_CREATION_FEE, STOCK_BUY, STOCK_SELL, PAYROLL_FEE, INTEREST "PAYOUT"
Foreign exchange rate applied. Only present for cross-currency transactions.
5.7896
How funds were delivered
bank, momo, wallet, ach, card, proxy "bank"
Show child attributes
The wallet/user account ID. Present on wallet-based transactions. For payroll, only present when payment is delivered to a wallet.
"8cb1d569-5dfd-4b33-b25e-4fab0ee14251"
The employee or contractor ID. Present only on payroll transactions.
"7fc25070-8037-44f8-8c42-9d05ffc01f0b"
Recipient name
"Paula Torres"
Amount the recipient receives in the destination currency
Show child attributes
Cost in the source currency before fees
Show child attributes
Fees charged in the source currency
Show child attributes
Total debited from the sender (sourceAmount + feeAmount)
Show child attributes
Revenue earned from the FX spread. Only present when applicable.
Show child attributes
Revenue earned from transaction fees. Only present when applicable.
Show child attributes
Combined total revenue share
Show child attributes
Timestamp when the transaction was created
"2026-01-28 14:29:09 +0000 UTC"
Timestamp when the transaction was last updated
"2026-01-28 14:29:18 +0000 UTC"