v5
latestOpenAPI 3.1.02026-07-262421791.5 MBSimulate incoming Swift payment
Simulates an incoming Swift 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. Using sandbox, you can test the initial tech build for webhook subscriptions, balance statements, and sweeping funds.
If the request is successful the transfer is logged in our back office, which triggers a swift-in#credit event and results in a balance update.
{% admonition type="info" %} While most fields are optional, default values will be provided as needed. {% /admonition %}
Path parameters
The profile ID.
Headers
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Request body
Example request
{
"currencyCode": "USD",
"instructedCurrencyCode": "USD",
"charges": [
{
"currency": "USD"
}
]
}Response
Swift payment simulated successfully.