Important: Due to PSD2 requirements for strong authentication, rebilling with a registered card for amounts that change on each transaction is no longer available. In the short-term, for completely new transactions, we kindly ask you to use POST /moneyins/card/webinit and ask your clients to re-enter their card details in the payment page.
Use this method to ask to credit a payment account with a card linked to the payment account:
1. The payment account ID to credit
2. The card ID
3. The amount to credit
4. A comment explaining the rebill
It is important that you clarify why the card was rebilled for security and fraud reasons. Consider the following questions:
Is it a monthly payment for a service?, if so, which service?
What is name of the purchase website?, what was ordered?, and what email was used? Ensure that you add all information regarding the rebill
in the provided comment field.
Important: We may request further information to answer complains directly coming
to our Customer Service from your customers, or from Banks,Police,Visa/Mastercard, or from the financial regulator.
Recurring Payments
Initiate a first transaction
a. If you are using the PSP Payment Page, you need to have initiated a Web Payment using POST /moneyins/card/webinit with registerCard=true. The amount of the first transaction has to be higher than the recurring payments.
b. If you are using the Direct Mode (PCI-DSS complient only), you need to have registered a Card using POST /moneyins/card/register.
Recurring payments
You need to call POST /moneyins/card/{cardid}/rebill each time you want to make a recurring payment, precising the Card Id returned from step 1.
Payment Upon Delivery (Web PSP Payment only)
a. The day of the purchase: you need to have initiated a Web Payment using POST /moneyins/card/webinit with registerCard=true. You also need to indicate in captureDelayedDays, a number between 1 and 6 days. The amount of the first transaction has to be the same than the one captured later.
b. The day of the service or product delivery: you need to call POST /moneyins/card/{cardid}/rebill precising the Card Id returned from step 1.
post https://ws.lemonway.com/mb/sandbox/v2/moneyins/card//rebill