Create Card Order
POST https://api.sandbox.transferwise.tech/v3/spend/profiles/{{active-profile-id}}/card-orders
Request Body
{"program"=>"<card program name>", "cardHolderName"=>"<card holder name>", "phoneNumber"=>"<phone number>", "billingAddress"=>{"firstLine"=>"<first line of the address>", "secondLine"=>"<optional second line>", "thirdLine"=>"<optional third line>", "city"=>"<city>", "state"=>"<optional state>", "postCode"=>"<optional postal code>", "country"=>"<2 letter country code using ISO 3166-1 alpha-2>"}, "lifetimeLimit"=>100}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
X-idempotence-uuid | string |