Fee payment initiation

Tip! Make sure your Access token as a BaaS Partner has ob-baas-ps and ob-baas-ps:authz-nosca scopes.

Parameters and their descriptions are mentioned below.

ParameterDescription
debtorAccount.ibanYour Baas Client account, which is paying a fee
creditorAccount.ibanYour account as a Platform (BaaS Partner), which will receive a fee payment from your BaaS Client
instructedAmount.amountPrecise instructed amount value.
For example: 9.00
instructedAmount.currencyInstructed currency
Available currencies: EUR, USD, CAD, JPY, PLN, GBP, CZK, CHF, AUD, SEK, DKK, NOK, HUF, RON, SGD, HKD
remittanceInformationUnstructurredPayment details
externalReferenceThe payment reference number provided by the customer
{
    "paymentOrderNo": "s-360158937411940444365",
    "transactionStatus": "RCVD",
    "transactionFeeIndicator": true,
    "transactionFees": {
        "amount": "0.00",
        "currency": "EUR"
    },
    "_links": {
        "self": {
            "href": "https://api-stage.connectpay.com/ob/payments/s-360158937411940444365"
        },
        "status": {
            "href": "https://api-stage.connectpay.com/ob/payments/s-360158937411940444365/status"
        }
    }
}

Scroll to Top