Transactions & Responses
Returns the transaction status
Can be used when the participant is unsure whether a transaction response was sent to their webhook or is still pending. The transaction status is either ok, error, or pending.
get/transactions/{shinkansen_id}/status
Response
The status of a transaction.
Example response
{
"shinkansen_transaction_status": "pending"
}