WAPIsv2.0.2Trusted Cards
Verify Trusted Card
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.
AuthorizationBearer <token>
OAuth2 access token obtained from POST /auth/tokens.
In: header
Path Parameters
uuidstring
Format
uuidamountnumber
The debit amount to verify.
Range
0 < valueResponse Body
curl -X POST "https://tt.wipayfinancial.com/wapi/trusted-cards/497f6eca-6276-4993-bfeb-53cbbbba6f08/verify" \ -H "Content-Type: application/json" \ -d '{ "amount": 0 }'{
"message": "OK"
}{
"message": "string"
}{
"message": "string"
}