Skip to main content
POST
Manage card access
This feature is in Beta and not ready for production integration.

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Body

Request to manage access to debit cards for users (grant or revoke).

debitCardIds
string<uuid>[]
required

List of debit card IDs to manage access for.

type
enum<string>
required

The type of access operation to perform.

Available options:
GRANT,
REVOKE
userIds
string<uuid>[]
required

List of user IDs to grant or revoke access for.

Response

Access updated successfully.