Confirm Transaction OTP
Confirm a transaction with OTP code
Path Parameters
Request Body
application/json
Request to confirm OTP
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/transactions/string/otp/confirm" \ -H "Content-Type: application/json" \ -d '{ "otp_code": "123456" }'{ "code": "BAD_REQUEST", "description": "Bad Request"}{ "code": "UNAUTHORISED", "description": "Unauthorised"}{ "code": "WAITING_LIST", "description": "User is in the waiting list"}{ "code": "TOO_MANY_REQUESTS", "description": "Too Many Requests"}{ "code": "INTERNAL_SERVER_ERROR", "description": "Internal Server Error"}Get Transactions History GET
Get the caller's transactions history, newest first — every account they hold in their organization, or one account with account_id. With updated_after, returns only transactions modified since that instant, ordered oldest change first, for incremental offline sync: clients upsert items by id and keep the maximum updated_at seen, per organization, as the next watermark. The server serves roughly the last 13 months of transactions; an offline cache should locally expire items older than 12 months, which also bounds any divergence.
Send Transaction OTP POST
Request to send OTP for a transaction