Initialise a transaction
Creates a new transaction reference.
The gateway rejects any caller-supplied body and injects
{"origin":"ApiGateway"} as the request payload.
POST
Initialise a transaction
Authorizations
Bearer token issued by the gateway. Source the token from one of:
POST /v1/public/auth/verify-otp(OTP user)POST /v1/public/auth-connect/sign-in(Connect app)- OAuth (end-user mobile/web)
Include as Authorization: Bearer <token>.
Body
application/json
No body allowed — the gateway injects the payload.
The body is of type object.
Initialise a transaction

