Skip to main content
GET
/
payouts
/
{orderReference}
cURL
curl --request GET \
  --url https://api.clickpesa.com/third-parties/payouts/{orderReference} \
  --header 'Authorization: Bearer <token>'
[
  {
    "updatedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "orderReference": "<string>",
    "amount": "<string>",
    "currency": "<string>",
    "fee": "<string>",
    "status": "SUCCESS",
    "channel": "BANK TRANSFER",
    "channelProvider": "<string>",
    "transferType": "ACH",
    "notes": "<string>",
    "beneficiary": {
      "accountNumber": "<string>",
      "accountName": "<string>",
      "swiftNumber": "<string>",
      "routingNumber": "<string>",
      "beneficiaryMobileNumber": "<string>",
      "beneficiaryEmail": "[email protected]"
    },
    "clientId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

orderReference
string
required

Response

updatedAt
string<date-time>
createdAt
string<date-time>
id
string
orderReference
string
amount
string
currency
string
fee
string
status
enum<string>
Available options:
SUCCESS,
PROCESSING,
PENDING,
FAILED,
REFUNDED,
REVERSED
channel
enum<string>
Available options:
BANK TRANSFER,
MOBILE MONEY
channelProvider
string
transferType
enum<string>
Available options:
ACH,
RTGS
notes
string
beneficiary
object
clientId
string