v1
latestOpenAPI 3.0.02026-07-242444105.9 KBVirtual Accounts
Make a Payment
Sends a payment from the virtual account with the given IBAN
post/v1/accounts/{accountId}/virtual/{iban}/payment
Path parameters
accountIdnumber required
Example:123
The account id for the segregated account
ibanstring required
Example:GB33BUKB20201555555555
The IBAN of the virtual account
Request body
Example request
{
"currency": "GBP",
"amount": "1.12",
"reference": "payment-ref",
"nonce": "1234567890123456",
"reason": "Internal transfer"
}Response
The payment was successfully created