v1
latestOpenAPI 3.0.02026-07-2691259477.2 KBMoneyIns | Pay by Bank
Initiate Pay by Bank
post/v2/moneyins/paybybank/transfer/init
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://fr.wikipedia.org/wiki/OK",
"cancelUrl": "https://fr.wikipedia.org/wiki/Cancel",
"errorUrl": "https://fr.wikipedia.org/wiki/Error",
"countryCode": "FR",
"bankId": "the-bank-id",
"transferType": 2,
"reference": "Dze8778",
"accountId": "1234",
"totalAmount": 10000,
"commissionAmount": 100,
"comment": "Comment the transaction request",
"autoCommission": false
}Response
OK