Remittance
Pay Beneficiary
POST /remittance/:AFiRemittanceId
Transfers funds to a beneficiary identified by a RemittanceId
. This is a unique id assigned by your application.
The Id is given as a path parameter. The transaction is queued and may be undone before it is completed.
The response indicates success if the request is successfully queued. An undo response object is returned (see Undo) with an undo id (handle) that may be used to cancel the payment.
Request body example:
{
"sourceAFiAccountId": "AmpliFi accountId for the source account",
"amount": 10,
"currency": "USD",
"narrativeDebit": "Transfer to my savings account", //optional explanation
"narrativeCredit": "Transfer from my checking account" //optional explanation
}
Response body: