v1
latestOpenAPI 3.0.02026-07-2627149175.2 KBremittances
Initiate remittance
post/v2/remittances
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
{
"remittanceId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639",
"recipient": {
"type": "MMO",
"accountDetails": {
"phoneNumber": "260763456789",
"provider": "MTN_MOMO_ZMB"
},
"recipientDetails": {
"firstName": "John",
"lastName": "Doe"
}
},
"sender": {
"transactionDetails": {
"transactionReference": "de83150a-5916-48a2-b048-bd85e022cb55",
"originalAmount": "100",
"originalCurrency": "USD",
"buyFxRate": "23.88",
"senderFees": "1",
"purposeOfFunds": "FAMILY_SUPPORT",
"sourceOfFunds": "SALARY"
},
"senderDetails": {
"firstName": "Jane",
"lastName": "Doe",
"nationality": "USA",
"gender": "FEMALE",
"phoneNumber": "12124567890",
"dateOfBirth": "1977-12-31",
"placeOfBirth": "USA",
"occupation": "Project manager",
"relationshipRecipient": "PARTNER",
"address": {
"addressLine": "1476 Sandhill Rd",
"postalCode": "84058",
"city": "Orem",
"country": "USA"
},
"identification": {
"type": "PASSPORT",
"number": "E00007730"
}
}
},
"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
{
"remittanceId": "f4401bd2-1568-4140-bf2d-eb77d2b2b639",
"created": "2020-02-21T17:32:29Z"
}