v1

latestOpenAPI 3.0.02026-07-2691259477.2 KB
MoneyIns | Cards

Charge a Registered Card

post/v2/moneyins/card/{cardid}/rebill

Path parameters

cardidinteger required

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

isPreAuthboolean

Indicates if the request is delayed and will require validation.

  1. If empty, the default behavior is no delay and no validation necessary (unless stated otherwise in your contract).
  2. If true, the payment is pre-authorized. You will have to call MoneyInValidate within delayDays time lapse (From J to J+delayDays).
  3. If false, debit is immediately effective
delayedDaysinteger

Indicate the number of days of the deferred payment, between 0 and 6 days to have a guaranteed payment. Only usable with isPreAuth = 1

specialConfigstring

Leave empty

referencestring

Unique ID of the call, generated by your server. This ID can be used as a search field when looking for operation details

accountIdstring required

Payment Account ID to Credit

totalAmountinteger required

Amount to Debit Amounts are given as integer numbers in cents

commissionAmountinteger

Your Fee Amounts are given as integer numbers in cents

commentstring

Comment Regarding the Transaction

autoCommissionboolean

If true:

  1. [amountCom] will be ignored and will be replaced with Lemonway's fee
  2. You will not receive any fee

Example request

{
  "reference": "Dze8778",
  "accountId": "33612345678",
  "totalAmount": 1500,
  "commissionAmount": 100,
  "comment": "Order number 2457765AX2",
  "autoCommission": false
}

Response

OK