Build Your Own Payment Widget

The goal of this exercise is to generate a secure URL which can be used to collect a payment

Determine which transaction type you would like to collect


Determine which fields you want visible on your form.

CVV and Expiration are required.

Should any of the chosen fields be read only?


Pre-fill those fields with a value?

Required if set to Read-Only.
 Required if not visible for a Payment Widget

Submission Options

OPTIONS|0200
Payment/Save Card On File decided above
Please see Descriptions listed at the bottom of the page for details

Style


Colors


Background Color:
Button Background Color:
Button Border Color:
Button Text Color:
Label Text Color:
Textbox Text Color:
Textbox Background Color:
 

Account Info

A test account is being used, as this tool is for Demonstration Purposes Only.
  

Launch Widget


 Copy and Paste URL if utilizing an iFrame.
 Click Here to learn about how to generate our PayForm with our API

                                    

Description of Options


Redirect External After submitting the widget information, the user will be redirected to a provided external URL. An encrypted string containing the post data information is appended to the URL to be consumed by the merchant.
Redirect Internal - Receipt Combo After submitting the widget information, the user will be redirected to an internal page displaying a combination receipt for Merchant and Customer. An encrypted string containing the post data information is appended to the URL to be consumed by the merchant. This can also be used in conjunction with Silent Post for the purposes of transmitting data.
Redirect Internal - Receipt Customer After submitting the widget information, the user will be redirected to an internal page displaying a receipt for the Customer. An encrypted string containing the post data information is appended to the URL to be consumed by the merchant. This can also be used in conjunction with Silent Post for the purposes of transmitting data.
Redirect Internal Success Message After submitting the widget information, the user will be redirected to an internal page displaying a Success message and a check mark image. An encrypted string containing the post data information is appended to the URL to be consumed by the merchant. This is sometimes used with Desktop applications which use embedded browsers.
Silent Post After submitting the widget information, an encrypted string containing the post data information is sent to a provided URL to be consumed by the merchant. The user is not redirected. Data is transmitted in the background to the target URL.
Post Message When the widget it presented inside of an iframe control, after submitting the widget information, an encrypted string containing the post data information is sent to the parent page to be consumed by the merchant. The user is not redirected.
Require AVS Full Match In order to successfully submit the widget, a full AVS match must be submitted. This requires the Address and Zip Code to match exactly what is on record with the issuer for the card used.
Require AVS Partial Match In order to successfully submit the widget, at least a partial AVS match must be submitted. This requires that at a minimum there is a Zip Code match achieved.
Require CVV Match In order to successfully submit the widget, a full CVV match must be achieved. The transaction will be voided if the CVV does not fully match what is on file with the card issuer.
Payment Widget This widget will collect a one-time payment, using the information submitted.
Save Card on File This widget will save the card on file for future use, using the information submitted.
Send Json Object This option will replace the encrypted post string with a JSON object to be consumed.