Consent Annual
Methods related to creating and modifying annual consent
Create Annual Consent - Card Present
POST
/ICardProcess/ConsentAnnual_Create_CP
Create an annual consent by sending the credit card details to the processor via a card reader device. Use when the card is present and you can scan the magnetic stripe.
Create Annual Consent - Manual
POST
/ICardProcess/ConsentAnnual_Create_MAN
Create an annual consent by sending the credit card details, which include: card number, expiration date, CVV, and card holder contact data. Not created by swiping the card through a reader device.
Modify Annual Consent
POST
/ICardProcess/ConsentAnnual_Modify
Update the payment amounts, expiration, and customer reference information for an annual consent. Does not alter the credit card saved with the consent.
ConsentMods
api_ConsentAnnualEditor (object)
Updated details for the annual consent.
Fields: ExpMonth, ExpYear, Email, Zip, CustomerRefID, ServiceDescrip, RPGUID, NumDays, LimitPerCharge, LimitLifeTime
Cancel Annual Consent
POST
/ICardProcess/ConsentAnnual_Modify
Cancel an annual consent and remove credit card data from the system.
Last updated
Was this helpful?