Jump to Content
Global Electronic Technology
HomeAboutEdgePay Developer Tools
v1.0

Global Electronic Technology
v1.0HomeAboutEdgePay Developer Tools

Developer Documents

  • General
    • What’s a REST API
    • Before you begin
    • Action Codes
    • Authentication
    • Host Based, Time Initiated
    • Duplicate Checks
    • Connecting to EdgePay

Connecting to EdgePay

The EdgePay API services are URL-based. The URL is appended with the specific function requested.

Suggest Edits

Sandbox

Function

URL

One Time Pivot key

https://api.edgepay-uat.com/generatePivotAuthKey

Pivot JS script

https://static.portal.edgepay-uat.com/public/js/edgepayPivot.min.js

Payment

https://api.edgepay-uat.com/payment

Refund

https://api.edgepay-uat.com/refund

Token

https://api.edgepay-uat.com/token

Recurring

https://api.edgepay-uat.com/recurring/customer/add

Production

Function

URL

One Time Pivot key

https://edgepayapi.com/generatePivotAuthKey

Pivot JS script

https://static.edgepayportal.com/public/js/edgepayPivot.min.js

Payment

https://edgepayapi.com/payment

Refund

https://edgepayapi.com/refund

Token

https://edgepayapi.com/token

Recurring

https://edgepayapi.com/recurring/customer/add

Updated over 1 year ago


Did this page help you?
  • Table of Contents
    • Sandbox
    • Production