Skip to main content
POST
Simulate financial

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Financial details

amount
integer
required

The amount of the transaction in the smallest whole denomination of the applicable currency (eg. For USD use cents)

card_acceptor
object
required
Example:
card_id
string<uuid>
required
mid
string
required
Required string length: 1 - 50
cash_back_amount
integer

Cash back amount in the smallest whole denomination of the applicable currency (eg. For USD use cents)

is_pre_auth
boolean
default:false
pin
string
Required string length: 1 - 15
transaction_options
object

Response

Success

The response is of type object.