Update card status
Updates the status of a virtual card (including ghost cards) under a paypoint.
Authentication
requestTokenstring
API Key authentication via header
Path parameters
entry
The entity’s entrypoint identifier. Learn more
Request
This endpoint expects an object.
cardToken
Token that uniquely identifies the card. This is the ReferenceId returned when the card was created.
status
The new status to set on the card.
Allowed values:
Response
Success response.
responseText
Response text for operation: ‘Success’ or ‘Declined’.
isSuccess
Boolean indicating whether the operation was successful. A true value indicates success. A false value indicates failure.
responseData
The object containing the response data.
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error