Activate a virtual card

Post https://app.moneygraph.ai/api/v1/card/activate/{customer}/{card}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Path parameters

customer* string

Customer ID. The ID or MCP Key of the onboarded customer.

card* string

Card ID. The ID of the virtual card.

Response


{
    "message": "Card Active",
    "status": "success",
    "data": null
}