Wallets
Get wallet transaction
Returns detailed information for one wallet transaction by public transaction ID, including settlement details when available. For an NGN withdrawal, settlement_details.transfers lists every bank transfer with its own status, client_item_id, and recipient, which is how you reconcile bulk withdrawals and partial outcomes. Use this endpoint to refresh known records or investigate reconciliation gaps.
GET
Get wallet transaction
Use wallet transactions as the reconciliation source of truth. Withdrawals initiated through the API or Stabyl Pro can appear in this timeline. A bulk NGN withdrawal is one parent transaction; read its detail and walk
settlement_details.transfers to see the outcome of each bank transfer.Authorizations
API credential. Withdrawal quote and submit operations additionally require the documented Ed25519 timestamp, nonce, and signature headers.
Path Parameters
Public wallet transaction ID returned by the transaction list endpoint.