Update card status

View as MarkdownOpen in Claude

Updates the status of a virtual card (including ghost cards) under a paypoint.

Authentication

requestTokenstring
API Key authentication via header

Path parameters

entrystringRequired

The entity’s entrypoint identifier. Learn more

Request

This endpoint expects an object.
cardTokenstringRequired

Token that uniquely identifies the card. This is the ReferenceId returned when the card was created.

statusenumOptional
The new status to set on the card.
Allowed values:

Response

Success response.
responseTextstring

Response text for operation: ‘Success’ or ‘Declined’.

isSuccessboolean

Boolean indicating whether the operation was successful. A true value indicates success. A false value indicates failure.

responseDatamap from strings to any
The object containing the response data.

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error