TransactionPayment
Details of the payment transaction
beneficiaryAccountIdentifierstringrequired
Beneficiary's account identifier for the payment
Example:
BEN123
beneficiaryNamestringrequired
Name of the beneficiary for the payment
Example:
Jane Doe
paymentReferencestringrequired
Reference for the payment
Example:
PAY123
TransactionPayment
{
"beneficiaryAccountIdentifier": "BEN123",
"beneficiaryName": "Jane Doe",
"paymentReference": "PAY123"
}