End-user

Deprecated: suspend an end-userDeprecated

Suspend an end-user and all associated cards.

Card will show a new rule with type LINKCY setting the transaction limit to 0.

This endpoint is deprecated, please use the new one instead.

SecurityLinkcy-Auth
Request
path Parameters
endUserId
required
string <uuid>
Request Body schema: application/json
required
operator
string (Operator)
Enum: "END_USER" "PARTNER" "LINKCY"
reason
required
string
Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict

post/api/partner/endUser/{endUserId}/suspensions
Request samples
application/json
{
  • "operator": "END_USER",
  • "reason": "string"
}
Response samples
application/json
{
  • "status": 400,
  • "details": [
    ],
  • "error": "linkcy.bad.request",
  • "timestamp": "2019-08-24T14:15:22Z"
}

Suspend an end-user

Suspend an end-user and all associated cards.

Card will show a new rule with type LINKCY setting the transaction limit to 0.

SecurityLinkcy-Auth
Request
path Parameters
endUserId
required
string <uuid>
Request Body schema: application/json
required
operator
string (Operator)
Enum: "END_USER" "PARTNER" "LINKCY"
reason
required
string
Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict

post/api/partner/end-users/{endUserId}/suspensions
Request samples
application/json
{
  • "operator": "END_USER",
  • "reason": "string"
}
Response samples
application/json
{
  • "status": 400,
  • "details": [
    ],
  • "error": "linkcy.bad.request",
  • "timestamp": "2019-08-24T14:15:22Z"
}

Deprecated: unsuspend an end-userDeprecated

Unsuspend an end-user, this operation will also delete the card rules that were created by this suspension.

This endpoint is deprecated, please use the new one instead.

SecurityLinkcy-Auth
Request
path Parameters
endUserId
required
string <uuid>
operator
required
string (Operator)
Enum: "END_USER" "PARTNER" "LINKCY"
Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

delete/api/partner/endUser/{endUserId}/suspensions/{operator}
Request samples
Response samples
application/json
{
  • "status": 400,
  • "details": [
    ],
  • "error": "linkcy.bad.request",
  • "timestamp": "2019-08-24T14:15:22Z"
}

Unsuspend an end-user

Unsuspend an end-user, this operation will also delete the card rules that were created by this suspension.

SecurityLinkcy-Auth
Request
path Parameters
endUserId
required
string <uuid>
operator
required
string (Operator)
Enum: "END_USER" "PARTNER" "LINKCY"
Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

delete/api/partner/end-users/{endUserId}/suspensions/{operator}
Request samples
Response samples
application/json
{
  • "status": 400,
  • "details": [
    ],
  • "error": "linkcy.bad.request",
  • "timestamp": "2019-08-24T14:15:22Z"
}