Simulate a Transaction
Note This endpoint is only available in Sandbox.
Create a Transaction by simulating the attributes that would be expected from reading an actual transaction received from a third party system. The simulated Transaction will appear in the respective Transaction list after it is successfully processed.
Transactions can be simulated against either a Synthetic Account, or a VRN that is created and mapped to a Synthetic Account.
Request body
Response
A success message is returned
Example response
{
"success": "A mocked transaction has been successfully initiated.",
"uid": "mDBBkGGG4wJzg3QV"
}Changes
Changed in 1 of the 2 revisions of this API.44
- ▲
added
0to theallOf[subschema #1]/counterparty_address/oneOf[subschema #3]/countryrequest propertyallOflistrequest-property-all-of-added
- ▲
added
0to theallOf[subschema #1]/counterparty_bank_address/allOf[subschema #1: Unstructured Address]/countryrequest propertyallOflistrequest-property-all-of-added
- ▲
added
0to theallOf[subschema #1]/intermediary_bank_address/allOf[subschema #1: Unstructured Address]/countryrequest propertyallOflistrequest-property-all-of-added
- ▲
the
allOf[subschema #1]/counterparty_address/oneOf[subschema #1: Structured Address]/cityrequest property's maxLength was decreased to33request-property-max-length-decreased
- ●
removed
0from theallOf[subschema #1]/counterparty_address/oneOf[subschema #3]/countryrequest propertyallOflistrequest-property-all-of-removed
- ●
removed
0from theallOf[subschema #1]/counterparty_bank_address/allOf[subschema #1: Unstructured Address]/countryrequest propertyallOflistrequest-property-all-of-removed
- ●
removed
0from theallOf[subschema #1]/intermediary_bank_address/allOf[subschema #1: Unstructured Address]/countryrequest propertyallOflistrequest-property-all-of-removed
- ●
changed the pattern of the request property
allOf[subschema #1]/counterparty_address/oneOf[subschema #1: Structured Address]/cityfrom^[^#@\$!"%&\*;<>\{\}_\^\\~\]\[]{1,35}$to^[^#@\$!"%&\*;<>\{\}_\^\\~\]\[]{1,33}$request-property-pattern-changed
- ▲