Skip to main content
Weavr API
Managed cards

Create a debit card

POST/managed_cards#debit

Creates a debit managed card for the consumer or corporate identity. The Managed Card Profile (configured in the Multi Portal) specified determines the behavior and restrictions that the managed card will have.

Request

Header parameters

Request body

*
application/json
{}
DebitModeCardRequestDebitModeCardRequest · object · 16 fields

Responses

200OK

Success

Headers
Body
application/json
{}
ManagedCardManagedCard · object · 33 fields
Response example
{  "balances": {    "availableBalance": 0,    "actualBalance": 0  }}