Documentation Index
Fetch the complete documentation index at: https://docs.treasuryprime.com/llms.txt
Use this file to discover all available pages before exploring further.
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.