Top-up by card-related payments

To start using ConnectPay’s card-related top-up to your customer’s accounts, follow these steps:

  1. Use your customer’s IBAN account number in accountNumber.
  2. If the request was successful, you will receive a response with HTTP code 201 and paymentId and redirectUrl in the response body. You have to redirect your customer to redirectUrl to authorize a payment within their Issuer. Save paymentId for further status check. Response example below:
{
  "merchant": {
    "generic1": "0bf1e34e",
    "generic2": "0bf1e34e",
    "generic3": "0bf1e34e"
  },
  "payment": {
    "paymentId": "8c36b04b-fd6e-4442-b837-a3dcafcfc5ff",
    "redirectUrl": "https://pay.connectpay.com?key=8c36b04b-fd6e-4442-b837-a3dcafcfc5ff"
  }
}

You can see full sequence diagram below:

  • When sending the accountNumber., make sure it’s active and belongs to the consumer you’ve onboarded;
  • ConnectPay does not charge any fees from your consumer during this flow.

Limits

Limits are applied for card transactions (per end-user):

  1. MIN transaction amount 10 EUR
  2. MAX transaction amount 10 000 EUR
  3. Daily limit 10 000 EUR
  4. Monthly limit 500 000 EUR

Smaller limits might be applied by Issuer or Digital Wallets.

Top-up by Google Pay

Top-up by Apple Pay

Payment details

Notifications

Scroll to Top