Welcome to the Development Certification Process

For smooth integration and stakeholder satisfaction, Triple Play Pay has built this quick certification process that utilizes a test API Key and specified tests in our Sandbox environment to ensure that developers have the resources and know-how to properly utilize our endpoints, requests, and responses for successful transactions and user experiences.

Work through these steps for your successful integration of Triple Play Pay’s API.

You will accomplish:

  1. Familiarizing yourself with the Developer Documentation and GitHub repository
  2. Integrating the API by using a Sandbox test API key
  3. Submitting our required test data
  4. Receiving a certificate of completion

Setup

To begin the Developer Certification process for our Payment Processing API, follow the steps outlined below:

  1. The business must begin by enrolling as either an Independent Software Vendor (ISV) or a Merchant. To start this process, visit our enrollment page at tripleplaypay.com/parent.
  2. Once enrollment is approved, initiate the certification process by enrolling the lead developer within the business's account page. The developer will receive an email with registration instructions.
  3. After completing the registration, the developer will then receive full certification testing instructions. It is essential to thoroughly review the provided requirements outlined in this email. Our API and iframe documentation can be found on this site and our source code is in our GitHub repository.
  4. To obtain the necessary API keys, the developer should log in to the Sandbox testing environment at sandbox.tripleplaypay.com using the email address under which they were registered.
  5. Test and integrate the API into your platform using the following URL in your API calls: https://sandbox.tripleplaypay.com/api. For sample code, refer to the examples available in our GitHub discussion thread.
  6. Test and integrate the iframe by injecting the Sandbox script code and configuring the iframe appropriately per our documentation. Script code: <script>src="https://sandbox.tripleplaypay.com/static/js/sandbox.js"></script>. Please refer to this sample code for an example of how to do this.
  7. Perform the tests specified in the Certification Instructions email sent to the developer upon registration.
  8. Upon successfully passing all required tests, the business will receive a certificate of completion for the Development Certification process. At this point, the developer can swap all Sandbox script, URLs, and API keys to production ones.

Resources

OpenAPI SDK

For developers who prefer their native language or who don’t have a development app that converts calls to REST, we offer robust Software Development Kits (SDKs) in the following languages: Python, c#, Java, Javascript, PHP, Curl, Go.

GitHub

Great news! We’re open-source, open-discussion, and open for the success of organizations and developers everywhere.

In the GitHub Repository, you will find:

  • source files
  • release notes
  • the full OpenAPI SDK variety for download
GitHub Repository

In the GitHub Discussion, you will find:

  • sample code to help you with development
  • iframe and API call response examples
  • a place to ask questions
GitHub Discussion