Skip to main content
Weavr Multi Product API
Managed Cards

Upgrade a card to physical

POST/managed_cards/{id}/physical

Upgrades the virtual card identified by the id path parameter to physical.

Before cards can be upgraded, a physical card programme must be set up and the card profile configuration updated accordingly.

Request

Path parameters

Header parameters

Request body

*
application/json
{}
objectobject · 8 fields

Responses

200OK

Success

Headers
Body
application/json
{}
ManagedCardManagedCard · object · 32 fields

Accepted shapes

Selected by mode

Prepaid Mode CardPREPAID_MODEobject
balances
object
Debit Mode CardDEBIT_MODEobject
parentManagedAccountId*
string
userCurrency
enum
availableToSpend
array<AvailableToSpend · object>
Response example
{  "balances": {    "availableBalance": 0,    "actualBalance": 0  }}