v1

latestOpenAPI 3.0.0Proprietary2026-07-2642128296.2 KB
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.

shinkansen_transaction_status'pending' | 'ok' | 'error' required

The status of the transaction. Can be one of pending, ok, or error

Example response

{
  "shinkansen_transaction_status": "pending"
}