POST
/
cards
/
order
curl --request POST \
  --url https://api.sandbox.sudo.cards/cards/order \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "debitAccountId": "<string>",
  "customerId": "<string>",
  "brand": "Verve",
  "currency": "NGN",
  "design": "SudoBlack",
  "allocation": 1,
  "nameOnCards": [
    "<string>"
  ],
  "expedite": false,
  "shippingMethod": "NIPOST",
  "shippingAddress": {
    "line1": "<string>",
    "line2": "<string>",
    "city": "<string>",
    "state": "<string>",
    "postalCode": "<string>",
    "country": "<string>"
  }
}'
"{}"

Authorizations

Authorization
string
header
default:{{APIKey}}
required

Body

application/json

Response

200
application/json

200

The response is of type object.