WiPay
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.

POST
/trusted-cards/{uuid}/verify
AuthorizationBearer <token>

OAuth2 access token obtained from POST /auth/tokens.

In: header

Path Parameters

uuidstring
Formatuuid
amountnumber

The debit amount to verify.

Range0 < value

Response 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"
}