WiPay
WAPIsv2.0.2Trusted Cards

Retrieve Trusted Card

Retrieve a single trusted card by UUID.

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

OAuth2 access token obtained from POST /auth/tokens.

In: header

Path Parameters

uuidstring

Trusted card UUID.

Formatuuid

Response Body

curl -X GET "https://tt.wipayfinancial.com/wapi/trusted-cards/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "message": "string",
  "data": {
    "card_type": "string",
    "environment": "live",
    "exp_mm": "string",
    "exp_yy": "string",
    "first_name": "string",
    "last_name": "string",
    "pan": "string",
    "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
    "verified": true,
    "verify_expiry": "2019-08-24T14:15:22Z"
  }
}
{
  "message": "string"
}