Create Individual Debit Card
POST {{server_url}}/cards
Request Body
{"data"=>{"type"=>"individualDebitCard", "attributes"=>{"shippingAddress"=>{"street"=>"5230 Newell Rd", "city"=>"Palo Alto", "state"=>"CA", "postalCode"=>"94303", "country"=>"US"}, "limits"=>{"dailyWithdrawal"=>1000, "dailyPurchase"=>100000, "monthlyWithdrawal"=>10000}}, "relationships"=>{"account"=>{"data"=>{"type"=>"depositAccount", "id"=>"{{accountId}}"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |