Execute a payment
Unified execute surface. When TRANSACTIONS_URL is configured the
gateway first calls transaction/init to obtain a reference, injects
it as reference in the body, then proxies to Connect /offramp.
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>.
Connect secret for the Connect route group. Partners must include
their issued connect secret (x-zeam-auth: <connect-secret>) on
all /v1/connect-* calls.
Body
Execution payload. reference is injected by the gateway.
Response
Execution result.
The response is of type object.

