WiPay
WAPIsv2.0.2Trusted Cards

Delete Trusted Card

Delete a trusted card. If the card is not yet verified, the associated pre-authorization is voided.

DELETE
/trusted-cards/{uuid}
AuthorizationBearer <token>

OAuth2 access token obtained from POST /auth/tokens.

In: header

Path Parameters

uuidstring
Formatuuid

Response Body

curl -X DELETE "https://tt.wipayfinancial.com/wapi/trusted-cards/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "message": "OK"
}
{
  "message": "string"
}