All test related paths.
/tests/payments/transactionsTrigger a bank transaction for testing purposes. This can be used to simulate a money transfer for various flows which need cash settlements on one of our bank accounts.
accountobjectrequired
The Upvest account identification
ibanstringrequired
International Bank Account Number IBAN.
amountstringrequired
currencystringrequired
Alphabetic three-letter ISO 4217 currency code
remittance_informationstringInformation supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.
client_referencestringrequired
Immutable reference to the API flow that initiated the order. For client initiated API flows, this is a client provided ID. For internal initiations, it is set to the ID of the related object.
counterparty_namestringrequired
The counterparty account owner
counterparty_accountobjectrequired
Unambiguous identification of the account of the counterparty of the bank transaction
ibanstringrequired
International Bank Account Number IBAN.
counterparty_agentobjectUnambiguous identification of the agent of the counterparty of the bank transaction
bicstringrequired
Business Identifier Code (also known as SWIFT-BIC, BIC, SWIFT ID or SWIFT code) ISO 9362.
virtual_bank_account_idstringThe ID of the virtual bank account to which you want to send the money.
purpose_codestringAn optional parameter, which describes the purpose of the payment based on ExternalPurpose1Code from ISO 20022.
{
"account": {
"iban": "NL70ABNA0106295004"
},
"amount": "13.37",
"currency": "EUR",
"client_reference": "client-reference",
"remittance_information": "remittance-info",
"purpose_code": "OTHR",
"counterparty_name": "counterparty-name",
"counterparty_account": {
"iban": "DE95500105173934555844"
},
"counterparty_agent": {
"bic": "DEUTDEFF"
},
"virtual_bank_account_id": "f7b3b3b3-7b3b-4b3b-8b3b-3b3b3b3b3b3b"
}Bank Transaction
{
"id": "6ffa6b16-2380-4e7a-88b2-ae625c8eef99",
"bank_reference": "f2f0ef23-c68d-42c1-a744-8c86f471954b"
}Was this page helpful?