Skip to main content
POST
/
accounts
/
{accountId}
/
cardissuers
/
{cardIssuerId}
Enable issuer
curl --request POST \
  --url https://api.opencard.io/api/v1/application/accounts/{accountId}/cardissuers/{cardIssuerId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

accountId
integer
required

Your account ID

cardIssuerId
integer
required

Issuer ID

Response

201 - application/json

Attached