Authorisation - ATM Withdrawal

POST {{host}}/v1/simulation/spend/profiles/{{profile_id}}/cards/{{card_token}}/transactions/authorisation

Request Body

{"pos"=>"MINIMAL", "transactionType"=>"CASH_WITHDRAWAL", "amount"=>{"value"=>100.0, "currency"=>"SGD"}, "acquirer"=>{"institutionId"=>"430001", "name"=>"Test ATM withdrawal", "city"=>"Rouen", "merchantCategoryCode"=>5999, "country"=>"FR", "acceptorTerminalId"=>"TERMID01", "acceptorIdCode"=>"CARD ACCEPTOR", "forwardingInstitutionId"=>"400050"}, "cardData"=>{"pan"=>"{{card_pan}}", "pin"=>"{{card_pin}}", "cvv1"=>"{{card_cvv1}}", "icvv"=>"{{card_icvv}}", "cvv2"=>"{{card_cvv2}}"}}