Skip to main content

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/transaction
METHOD
POST
Request Body
{
"target_account_key": "c2aa26d5-d6fc-42cf-b9a0-e26f69d85c7d",
"amount": 100
}

2 - Simulate an Incoming TED

Request

ENDPOINT
/mock/ted/incoming_ted
METHOD
POST
Request Body
{
"target_account_key": "c2aa26d5-d6fc-42cf-b9a0-e26f69d85c7d",
"amount": 100
}

3 - Simulate an Incoming TED Refund

Request

ENDPOINT
/mock/ted/ted_refusal
METHOD
POST
Request Body
{
"transaction_key": "17cb43aa-0939-4513-b199-dbff3f092a2e"
}
Request Body
{
"ted_key": "c3a18c53-0e78-4a54-aa7b-2388050f9c15"
}

Object Request Body

FieldTypeDescriptionCharacters
target_account_keystringUnique key of the destination account36
amountnumberTransaction amount6
transaction_keystringUnique key of the transaction36
ted_keystringUnique key of the TED transfer36