Consent Annual Query

post: https://easypay5.com/APIcardProcREST/v1.0.0/Query/ConsentAnnual

Use this call to determine if the purchaser has a card on file. If you have created the consent (card on file) using a reference ID or PatientID then you can use the following Query to return an array of Consents ( Card On File Info ) for a particular patient with this PatientID: (F='213456')&&(H=1)&& (C>='01/21/2024')

This will return consents with a particular PatientID which are still enabled and have not yet expired ( use todays date ).

You will want to present the user with the last 4 digits of each stored card so they can decide to choose a stored card or simply enter a new one. Number offers multiple ways of querying consent data.

{
  "Query": "(A=-1)&&(G=1)&&(H='True')"
}

Last updated

Was this helpful?