ATM cash deposits are not available at this time.
ATM Transactions
An ATM withdrawal will result in the creation of anauth-clear-request
card event and, if approved, a debit
transaction on the account.
Approved ATM Withdrawal
If the auth-clear-request is approved (the account has sufficient funds), a debit Transaction will be made on the account.Object | Type | Amount |
---|---|---|
Card Event | auth-clear-request | 20 |
Transaction | debit | -20 |
Declined ATM Withdrawal
If the auth-clear-request is declined, no subsequent transactions are created. Common reasons for a request to be declined include insufficient funds and surpassing card control withdrawal limits (if defined).Object | Type | Amount |
---|---|---|
Card Event | auth-clear-request | 20 |
Card Event Object with ATM Sub-Object
The below example shows a Card Event containing anatm
sub-object. This demonstrates the type of data included in an auth-clear-request
callback.
Note: The
network_fee
field represents the fee that will be charged to the end user for using this ATM.