API (en)
Update payment method
For this service, the following endpoint must be consumed: https://sandbox-merchant.greenpay.me/subscriptions/update/card_token Step by step to update a payment method in our API: 1. Create the JSON object to be sent JSON structure example { ...
Get responses on a webhook
1. Description If the merchant requires receiving the payments responses or card tokenization response in a backend, either to update orders, information or only store the response in the database as a backup, then they have to enable a webhook. A ...
List payment subscriptions
For this service the following endpoint must be consumed: https://sandbox-merchant.greenpay.me/subscriptions/list/payments Below is the step by step to list payment subscriptions in our API: 1. Create the JSON object to be sent JSON structure ...
List subscriptions
For this service the following endpoint must be consumed: https://sandbox-merchant.greenpay.me/subscriptions/list Below is the step by step to list subscriptions in our API 1. Create the JSON object to be sent JSON object structure example { ...
Manual payment
For this service, the following endpoint must be consumed: https://sandbox-merchant.greenpay.me/subscriptions/pay Step by step to process a successful manual payment in our API: 1.Create the JSON object to be sent. JSON structure example { ...
Update amount
For this service, the following endpoint must be consumed: https://sandbox-merchant.greenpay.me/subscriptions/update Step by step to update a subscritpion amount in our API 1. Create a JSON object JSON structure example { "subscriptionId": "id ...
Cancel subscription
For this service the following endpoint must be consumed: https://sandbox-merchant.greenpay.me/subscriptions/cancel Below is the step by step to successfully unsubscribe in our API: 1. Create JSON object to be sent The JSON must be structured as ...
Create subscription
For this service, the following endpoint must be consumed: https://sandbox-merchant.greenpay.me/subscriptions Step by step to successfully create a subscription in our API : 1. Create the JSON object to be sent It must contain the following ...
Subscription service - General information
This service allow merchants to subscribe their customers to automatic collections in a set time window. This functionality only allows subscription monthly payments. It will be deducted from the customer’s card every month, while the subscription is ...