v1
latestOpenAPI 3.0.02026-07-2691259477.2 KBMoneyIns | Cards
Initiate a Web Payment
post/v2/moneyins/card/webinit
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
{
"returnUrl": "https://www.yoursite.com/thankyou.php",
"errorUrl": "https://www.yoursite.com/oops.php",
"cancelUrl": "https://www.yoursite.com/seeYouNextTime.php",
"registerCard": false,
"captureDelayedDays": 6,
"moneyInNature": 0,
"riskAnalysis": {
"billingAddress": {
"city": "Paris",
"country": "FRA",
"addressAdditional1": "5 Avenue Anatole France",
"addressAdditional2": "Etage 2",
"zipCode": "75007"
},
"holder": {
"firstName": "Eiffel",
"lastName": "Tower",
"email": "eiffel@tower.fr",
"phone": "+33100000000",
"mobile": "+33600000000",
"workPhone": "+33100000000"
},
"deliveryAddress": {
"city": "Paris",
"Country": "FRA",
"addressAdditional1": "5 Avenue Anatole France",
"addressAdditional2": "Etage 2",
"zipCode": "75007"
},
"deliveryAdditionalInfo": {
"contact": {
"email": "eiffel@tower.fr"
},
"numberOfItemsBasket": "100",
"addressDeliveryBillingMatchIndicator": "true",
"deliveryAddressCreationDate": "2021/05/24",
"estimatedDeliveryDelay": "3",
"deliveryMode": "Overseas shipping"
},
"customerAccountInfo": {
"customerAccountId": "1234",
"numberOfPurchase180Days": "10",
"numberOfTransactionYear": "1000",
"customerAccountCreationDate": "2021/05/20",
"numberOfAttemptsAddCard24Hours": "10",
"suspiciousActivityIndicator": "false",
"numberOfTransaction24Hours": "1",
"customerAccountChangeDate": "2021/05/21",
"passwordChangeDate": "2021/05/20",
"addPaymentMeanDate": "2021/05/24"
},
"authentication": {
"merchantCustomerAuthentMethod": "FEDERATEDID",
"merchantCustomerAuthentDateTime": "2021/05/24 06:00:00"
}
},
"recurringAvgAmount": 0,
"paymentPattern": "One_shot",
"reference": "Dze8778",
"accountId": "33612345678",
"totalAmount": 1500,
"commissionAmount": 100,
"comment": "Order number 2457765AX2",
"autoCommission": false
}Response
OK