v1
latestOpenAPI 3.0.02026-07-2627149175.2 KBpayouts
Initiate payout
post/v2/payouts
Headers
Content-Digeststring string
SHA-256 or SHA-512 hash of the request body.
Signaturestring string
Signature of the request according to RFC-9421.
Signature-Inputstring string
Signature input according to RFC-9421.
Accept-Signaturestring string
Expected signature algorithm of the response according to RFC-9421.
Accept-Digeststring string
Expected digest algorithm of the response according to RFC-9421.
Request body
Example request
{
"payoutId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639",
"recipient": {
"type": "MMO",
"accountDetails": {
"phoneNumber": "260763456789",
"provider": "MTN_MOMO_ZMB"
}
},
"clientReferenceId": "INV-123456",
"customerMessage": "Note of 4 to 22 chars",
"amount": "15",
"currency": "ZMW",
"metadata": [
{
"orderId": "ORD-123456789"
},
{
"customerId": "customer@email.com",
"isPII": true
}
]
}Response
Request has been accepted for processing by PawaPay
Example response
{
"payoutId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639",
"created": "2020-02-21T17:32:29Z"
}