Create deferred transaction

Creates a deferred transaction request.

This endpoint creates a deferred TransactionRequest in the system.

You must provide either a recipient object or a StoredRecipientRequest object if you wish to use a previously stored recipient in this transaction.

When successful, the response is a TransactionResponse.

📘

Role Required

Authentication tokens must possess the DeferredTransactionRequests.Create role to use this endpoint.


Body Params
int32
required

Group ID of locked rates. See Create rate group for more info.

string

External reference 1

string

External reference 2.

string

External reference 3.

string
required

The currency you are sending (making a payment with), specified as an ISO 4217 currency code.

double
required

The amount the recipient should receive, in the recipient's specified currency.

Recipient
object

Recipient of the payment.

string

Optional route type to specify the type of payment. Valid values are BankAccount, Cheque, BankGirot or PayByEmail.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json