The SDK provides a framework for processing both swiped and keyed transactions via eProcessing Networks' secure gateway. We offer a selection of encrypted card readers for card present, swiped transactions.
Supporting the iOS and Android platforms, our SDK provides key methods for card reader interaction.
The Transparent Database Engine Integration (TDBE) is an Application Programming Interface (API) that allows you to integrate your website or application to perform credit card, debit card, gift card, and check transactions. TLS v1.2 or higher is required to communicate with the ePN processing platform.
TDBE allows you to collect customer, order, and shipping information to process transactions from your own secure servers. POST the transaction information to TDBE and we will reply with a comma delimited response. Integrating with the TDBE requires advanced programming skills.
Websites and applications that collect and maintain customer order information can use the TDBE to seamlessly process transactions without the customer ever leaving the website. All applications that communicate with the TDBE are required to securely transmit transactions. Developers generally must install the required security libraries for the language being used on their own server. Installing these libraries is beyond the scope of the support offered by eProcessingNetwork.
The Database Engine Integration (DBE) was developed for merchants that securely collect and save customer, order, and shipping information to their own database, but wish to leave the secure collection of credit card data to us.
You can pass your customers information and a few order details to our secure hosted page, where we collect all the credit card data and processes the transaction on a real-time basis. After the transaction has been processed, we can automatically post back to you or we can present an authorization page on our site that indicates the status of the transaction with a redirect button.
The button is directed at the URL provided in your post. Just specify your database ID
and the URLs for your form handlers with ReturnApprovedURL
and ReturnDeclinedURL
. You can bypass the Auth/Approval page and automatically redirect and post to your URL by passing Redirect = 1
.
The ePN Web Order Form Generator assists you in creating order forms for your Website that tie into ePNs Web Order Template. The Order Form Generator, will walk you through defining options that once defined, will generate a Web Page that is tailored to your products.
The ePN Order Form Generator produces one HTML page each time it is executed, which may be saved to your computer. Use your favorite HTML editor to customize each of those pages as you see fit.
The Database Engine Integration (DBE) was developed for merchants that securely collect and save customer, order, and shipping information to their own database, but wish to leave the secure collection of credit card data to us.
You can pass your customers information and a few order details to our secure hosted page, where we collect all the credit card data and processes the transaction on a real-time basis. After the transaction has been processed, we can automatically post back to you or we can present an authorization page on our site that indicates the status of the transaction with a redirect button.
The button is directed at the URL provided in your post. Just specify your database ID
and the URLs for your form handlers with ReturnApprovedURL
and ReturnDeclinedURL
. You can bypass the Auth/Approval page and automatically redirect and post to your URL by passing Redirect = 1
.
TRAN TYPE | WOFG | DBE | TDBE | MSC | AN1 |
---|---|---|---|---|---|
SALE | X | X | X | X | X |
AUTH ONLY | X | X | X | X | X |
AUTH CONVERT | X | X | X | ||
VOID | X | X | X | ||
REFUNDS | X | X | X | ||
CARD PRESENT | X | X | |||
EMV2 | X | X | |||
STORE | X | X | |||
TOKEN | X | X | |||
RECUR | X | X | X | X | |
GIFT | X | X | X | X | |
CHECK | X | X | X | X |