Transactions & Responses
Returns the transaction response of a non-pending transaction
Can be used when the participant needs to re-check the response for a given transaction (e.g: if an unexpected error means they lost a response)
get/transactions/{shinkansen_id}/response
Response
The response of a non-pending transaction.
Example response
{
"transaction_type": "transfer",
"transaction_id": "3c11df48-dfab-41eb-a3c1-b9f90a0da063",
"shinkansen_transaction_id": "455765a6-0b51-4e48-8827-06192824a1ab",
"shinkansen_transaction_status": "ok",
"shinkansen_response_id": "8d267f06-84c8-448b-bebb-1eaf4c60b986",
"response_status": "approved",
"response_message": "Approved Transaction",
"network_metadata": {
"operation_timestamp": "2022-04-08T18:25:45-04:00",
"authorization_code": "000000",
"response_code": "000"
}
}