Simple Order API

HTTP Post Form

The page typically includes JavaScript that automatically posts the form. This code provides:
  • A page that receives the reply fields for the enrollment check service.
  • A form that contains the required data for the card-issuing bank.

Example: POST Form

if card is enrolled == TRUE Then variable acsURL = <acsURL reply field> variable paReq = <paReq reply field> <body onload=”document.PAEnrollForm.submit ();”> <form id=”PAEnrollForm” name=”PAEnrollForm” action=”acsURL value” method=”post” target=”paInlineFrame”> <input type=”hidden” name=”PaReq” value=”paReq value” <input type=”hidden” name=”TermUrl” value=”http:// myPAValidationPage.ext” / <input type=”hidden” name=”MD” value=”<xid value>” /> </form> else