v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
simulation

Simulate incoming bank transfer

Simulates a bank transfer into a profile's account details. This will create a payment into the user's account details and balance for the specified amount and currency.

Please refer to the Bank Account Details API reference for more information on setting up bank details to receive money.

{% admonition type="info" %} This functionality only works for the following currencies: USD, EUR, GBP. Returns a 400 error when account details for the specified currency do not exist. {% /admonition %}

post/v1/simulation/profiles/{profileId}/bank-transactions/import

Path parameters

profileIdinteger required

The profile ID.

Headers

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Request body

currencystring

The currency of the bank account details that you want to make payment to.

amountnumber

The payment amount.

Response

Bank transaction imported successfully. No content returned.