Test Scenarios
Step-by-step to simulate the execution of actions performed by external agents. This simulation aims to execute internal transactions.
Information
There is no payload (response body) in these requests.
1 - Simulate a Internal Transaction
Request
ENDPOINT
/mock/account/transactionMETHOD
POSTRequest Body
{
"target_account_key": "c2aa26d5-d6fc-42cf-b9a0-e26f69d85c7d",
"amount": 100
}
2 - Simulate an Incoming TED
Request
ENDPOINT
/mock/ted/incoming_tedMETHOD
POSTRequest Body
{
"target_account_key": "c2aa26d5-d6fc-42cf-b9a0-e26f69d85c7d",
"amount": 100
}
3 - Simulate an Incoming TED Refund
Request
ENDPOINT
/mock/ted/ted_refusalMETHOD
POSTRequest Body
{
"transaction_key": "17cb43aa-0939-4513-b199-dbff3f092a2e"
}
Request Body
{
"ted_key": "c3a18c53-0e78-4a54-aa7b-2388050f9c15"
}
Object Request Body
Field | Type | Description | Characters |
---|---|---|---|
target_account_key | string | Unique key of the destination account | 36 |
amount | number | Transaction amount | 6 |
transaction_key | string | Unique key of the transaction | 36 |
ted_key | string | Unique key of the TED transfer | 36 |