Docs
/
eKYC Core
/
Standard API
/
Transaction
/
Overview
Search the docs
⌘K
API Docs · eKYC Core
Transaction
Endpoints of the eKYC Core API for creating and finishing transactions.
Create a transaction
POST
/v1/transactions
Opens a new transaction and returns its transaction id and channel id.
Finish a transaction
POST
/v1/transactions/{transaction_id}/finish
Finishes a transaction and returns the transaction id.
Back to top