latestOpenAPI 3.0.22026-08-21530310.0 KB
54f4fe726d8f
Sandbox
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.
post/sandbox/mock_transactions
Request body
Response
A success message is returned
Example response
{
"success": "A mocked transaction has been successfully initiated.",
"uid": "mDBBkGGG4wJzg3QV"
}