v1

latestOpenAPI 3.1.02026-07-26490367.2 KB

Simulate Authorization

Simulates different types of authorizations across several merchant categories and channels.

post/cards/simulator/authorization

Request body

cardIdstring required

The _id of the card.

channel'web' | 'pos' | 'atm' required

The channel to simulate the authorization on.

type'purchase' | 'cash_withdrawal' | 'deposit' | 'transfer' | 'payment' required

The authorization type.

amountnumber float required

The amount to simulate.

currency'NGN' | 'USD' required

The currency type.

Response

Simulated successfully.

statusCodeinteger

Status code of the response. 200 indicates a successful request.

messagestring

Human-readable description of the result.