Beneficiary Payment
POST {{host}}/za/pb/v1/accounts/:accountId/paymultiple
Make a payment to a beneficiary.
Beneficiaries need to be created online and a payment made via online before payments can be made via the API.
Beneficiary payments are limited to R20 000.
Request Body
{"paymentList"=>[{"beneficiaryId"=>"{{beneficiaryId}}", "amount"=>"10", "myReference"=>"API demo", "theirReference"=>"API demo2"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Content-Type | string |