Skip to main content
POST
/
api
/
external
/
v1
/
cards
/
wallet
Fund or withdraw from card
curl --request POST \
  --url https://api.dancity.app/api/external/v1/cards/wallet \
  --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

OK