(Sandbox) Simulate ATM Withdrawal
POST {{server_url}}/sandbox/atm-withdrawals
Request Body
{"data"=>{"type"=>"atmTransaction", "attributes"=>{"amount"=>500, "atmName"=>"HOME FED SAV BK", "atmLocation"=>"Cupertino, CA, US", "last4Digits"=>"{{last4Digits}}"}, "relationships"=>{"account"=>{"data"=>{"type"=>"depositAccount", "id"=>"{{accountId}}"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |