Skip to main content

RevokeAssociation

Response to the API request to revoke the association. Automated payments will be disabled using the respective payment_token.

association_idstringrequired

Association ID used afterwards to retrieve the payment token

Example: spi_gp2ksSLbpPoZ4WmyxpxsQLWpSI
statusstringrequired

Status of the association_id after the successful revokation. Possible values are INVALIDATED_BY_SYSTEM, INVALIDATED_BY_ADMIN, INVALIDATED_BY_USER and INVALIDATED_BY_MERCHANT

Example: INVALIDATED_BY_MERCHANT
RevokeAssociation
{
"association_id": "spi_gp2ksSLbpPoZ4WmyxpxsQLWpSI",
"status": "INVALIDATED_BY_MERCHANT"
}