Skip to main content
POST
Simulate ATM withdrawal

Authorizations

Authorization
string
header
required

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

Body

application/json

ATM withdrawal details

amount
integer
required

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

card_id
string<uuid>
required
mid
string
required
Required string length: 1 - 50
account_type
enum<string>
Available options:
checking,
savings,
credit
card_acceptor
object
Example:
pin
string
Required string length: 1 - 15

Response

Success

The response is of type object.