Skip to main content
POST
/
api
/
external
/
v1
/
cards
Create virtual card
curl --request POST \
  --url https://api.dancity.app/api/external/v1/cards \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Merchant API key from the Dancity dashboard.

Body

application/json

The body is of type object.

Response

201

Created