Payment order web services
Principle
Thanks to the createPaymentOrder Web Service, it is possible to send a payment order to the buyer, for example:
- By e-mail.
- By SMS.
A la réception de l'ordre de paiement, l'acheteur clique sur un lien pour être redirigé vers la page de paiement sécurisée.
To see the payment result, implement the instant payment notification (also known as IPN).
- In the REST API section (TEST or PRODUCTION), enter only the notification URL: Procedure.
- Analyze the IPN: Procedure.
Use cases
Distribution channel | Integration | Payment in installments |
---|---|---|
By URL | Create a payment order by URL | |
By e-mail. | Creating a payment order by e-mail | |
By SMS | Creating an SMS payment order | |
By QR Code | Creating a payment order by QR Code | |
By WhatsApp | Creating a WhatsApp payment order | |
By invoice | Creating an invoice payment order |
List of web services
Description | Web service |
---|---|
Creating a payment order | Charge/CreatePaymentOrder |
Obtaining payment order details | Charge/PaymentOrder/Get |
Updating a payment order | Charge/PaymentOrder/Update |
Canceling a payment order | Charge/PaymentOrder/Cancel |