Get a system card
GET
/managed_cards/system/{id} Returns all details of the system managed card identified by the id path parameter.
Request
Available on
SandboxProduction
Path parameters
Responses
200OK
Success
Headers
Body
application/json
SystemManagedCardSystemManagedCard · object · 25 fields
Accepted shapes
Selected by mode
Prepaid Mode System Managed CardPREPAID_MODEobject
balances- object
Debit Mode System Managed CardDEBIT_MODEobject
parentManagedAccountId- integer · int64
availableToSpend- array<AvailableToSpend · object>
userCurrency- enum
Response example
{ "balances": { "availableBalance": 120000, "actualBalance": 125000 }}