Payment page
To process Credit Card requests, three files must be included in the header section of your payment page. When the submit button is clicked, the three script files automatically trigger a Blink API to tokenize the hosted card fields and generate a payment token. This generated payment token is automatically inserted into the payment form, then the whole form with the payment token is submitted.
Create credit card payment for MOTO
MOTO payment processes the payment without the 3DS check. Once the payment is processed the user will be returned to the predefined return URL with an url encoded transaction response.
Create credit card payment for ECOM
ECOM payment is the default type and returns an acsform, which is a HTML from used to perform the 3DS authentication.