Cards
Order Cards
Overview
Customers
Funding Sources
Cards
Accounts
Authorizations
Transactions
Cards
Order Cards
Order Physical Cards
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
Body
application/json
Response
200
application/json
200
The response is of type object
.
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>"
}
}'
"{}"