BaseURLs
Avarda base urls for checkoutAPI:
Test environment: https://stage.avarda.org/checkout2 (opens in a new tab)
Production environment: https://online.avarda.org/checkout2 (opens in a new tab)
List of API Methods
Service URLs
There are two separate services available:
- A demo instance for development and testing purposes. Demo instances may have more relaxed security requirements than production instances to make development easier.
- A production instance that strictly requires HTTPS and rejects all unencrypted HTTP requests.
Remarks
- URLs might differ from those listed in this document.
- Demo and production instances are independent on the other and do not share any data.
| Name | Type | Description |
|---|---|---|
| AuthorizeDirectInvoiceEID | POST | The method creates an authorization request for payment method invoice, released on delivery. |
| AuthorizeInvoiceEID | POST | The method creates an authorization request for payment method invoice, released monthly (all purchases for period). |
| AuthorizeLoanEID | POST | The method creates an authorization request for payment method Loan. |
| AuthorizePartPaymentEID | POST | The method creates an authorization request for payment method PartPayment. |
| GetPaymentStatus | POST | Returns information about a single purchase identified by a Purchase ID. |
| PurchaseOrder | POST | The method allows partners to invoice a customer. |
| ReturnOrder | POST | The method allows to submit a return or to make a price adjustment of a purchase. |
| Refund | POST | The method allows merchant to refund money. |
| CancelPayment | POST | The method allows partner to cancel payment. |
| Enumerations | Value types |