WAPIsv2.0.2Trusted Cards
Retrieve Trusted Card
Retrieve a single trusted card by UUID.
AuthorizationBearer <token>
OAuth2 access token obtained from POST /auth/tokens.
In: header
Path Parameters
uuidstring
Trusted card UUID.
Format
uuidResponse 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"
}Create Trusted CardPOST
Initiate the trusted card enrollment flow. Returns a checkout URL where the user enters card details. A small USD debit is made for verification.
Verify Trusted CardPOST
Verify a trusted card by confirming the small debit amount charged during enrollment. If the amount is incorrect, the card is deleted and must be re-created.