Simulate an incoming deposit
Initiates an incoming deposit through the sandbox provider pipeline. This endpoint is unavailable in live production.
Headers
Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.
Request body
Example request
{
"currency": "EUR",
"counterparty": {
"financial_address": {
"type": "iban",
"iban": "DE89370400440532013000",
"account_holder_name": "Acme Sandbox Ltd.",
"bic": "COBADEFFXXX"
},
"physical_address": {
"country_code": "DE"
}
}
}Response
The deposit simulation acknowledgement
Example response
{
"currency": "EUR"
}Changes
Changed in 4 of the 38 revisions of this API.328
- ○
added to the
/request propertyanyOflistrequest-property-any-of-added
- ○
- ▲
removed the enum value
sepa_credit_transferof the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
t2of the request propertyrequest-property-enum-value-removed
- ●
added the new
sepaenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new
sepaenum value to the request propertyrequest-property-enum-value-added
- ○
removed the
sepa_credit_transferenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
t2enum value from theresponse property for the response statusresponse-property-enum-value-removed
- ▲
- ▲
removed from the
/request propertyanyOflistrequest-property-any-of-removed
- ●
added the new
swiftenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added to the
/request propertyanyOflistrequest-property-any-of-added
- ○
the request property
/became optionalrequest-property-became-optional
- ○
added the new
swiftenum value to the request propertyrequest-property-enum-value-added
- ▲
- ○
endpoint added
endpoint-added
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○