Top-up by Card

To start using ConnectPay’s Card 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 add card number and 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"
  }
}

For testing only. When testing requests in the stage environment, you can use such card numbers:

1. 4242424242424242 – Visa, credit card, success response, 3DS challenge enabled
2. 5436031030606378 – MasterCard, credit card, success response, 3DS challenge enabled
3. 4485040371536584 – Visa, credit card, success response, 3DS frictionless response
4. 4544249167673670 – Visa, credit card, failure response, Insufficient funds
5. 4539253655711767 – Visa, credit card, failure response, Stolen card
6. If you send us amount 99.00 EUR, it will return status PendingProvider, meaning it got stopped for manual review. In non-prod environment such transactions are not approved, unless you contact us.

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

Top-up by Google Pay

Top-up by Apple Pay

Payment details

Notifications

Scroll to Top