v1
latestOpenAPI 3.0.02026-07-2691259477.2 KBMoneyIns | Pay by Link
Create Payment Form (Pay by Link)
Accept payments by an SMS, email, or document.
Create a form that permits your customers to make card payments by link.
- Payment forms are generated and managed by Lemonway.
- Payment forms are publicly accessible, making it possible for anyone to pay with a valid link.
- Payment by bank card is only supported.
Payment Scenerios:
-
Benificary Wallet walletReceiver not specified
You only specify walletPayer and not walletReceiver in the body parameters.
They make a card payment and funds are transfered to the walletPayer (a designated wallet) -
Payer and Benificary Wallet defined
-
Benificary pecified
Note: Deferred payment is not supported.
post/v2/moneyins/card/paymentform
Headers
Authorizationstring required
Authorization bearer (OAuth 2)
PSU-Accept-Languagestring
Response language accepted by final client (PSU). English by default
PSU-IP-Addressstring required
IP address of the final client (PSU).
PSU-User-Agentstring
User-agent of the final client (PSU).
Request body
Example request
{
"optId": "Order1234",
"walletPayer": "8888",
"walletReceiver": "9999",
"totalAmount": "500-1000",
"commissionAmount": 100,
"comment": "Commande numéro 245",
"returnUrl": "http://YourCompany.com/ThankYou",
"cancelUrl": "http://YourCompany.com/PleaseComeBackLater",
"errorUrl": "http://YourCompany.com/Sorry",
"firstNamePayer": "Jean",
"lastNamePayer": "DUPONT",
"emailPayer": "jean.dupont@email.com",
"style": "https://sandbox-webkit.lemonway.fr/demo/dev/payment-page/css/main.css",
"atosStyle": "https://YourCompany.com/public/atos.css",
"notifUrl": "http://login:pass@YourCompany.com/notif/?origine=lemonway&orderId=135"
}Response
OK