Skip to content

PaydoW/paydo-api-doc

Repository files navigation

REST-like API Reference

PayDo API is organized around REST and has predictable resource-oriented URLs, accepts JSON request bodies, returns JSON responses, and uses standard HTTPS response codes.

Each request to PayDo API should have a Content-Type HTTPS header with application/JSON value.


PayDo integration options :

  • Hosted page – a straightforward integration option using default PayDo checkout pages.
  • Direct integration – bypassing the PayDo hosted page
  • Server-To-Server – complex integration using PayDo API for users having a PCI DSS certificate

You can learn more about the difference between the above options here: Difference description.

Contents

1. Payment methods

With the help of these requests, you can get the methods available for payments.

2. Authentication

Authentication is required to get access to the protected API actions.

3. API Response examples

Description of API's response format with examples.

4. Invoice

An invoice is a basic entity in each payment system, a scheduled payment a customer makes toward the balance of goods or services.

Checkout transactions can be created only after invoice creation.

5. Checkout

How to process payments.

6. Refund

How to process refunds.

7. Wallet

Wallet actions and payments.