(Sandbox) Simulate Authorization
POST {{server_url}}/sandbox/authorizations
Request Body
{"data"=>{"type"=>"authorization", "attributes"=>{"amount"=>2500, "cardLast4Digits"=>"{{last4Digits}}", "merchantName"=>"Apple Inc.", "merchantType"=>1000, "merchantLocation"=>"Cupertino, CA", "recurring"=>false}, "relationships"=>{"account"=>{"data"=>{"type"=>"depositAccount", "id"=>"{{accountId}}"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |