Region | Belgium, Luxembourg |
---|---|
Currencies | EUR |
Refunds | Yes, within 365 days |
Disputes | Yes |
Preauthorization | No |
Recurring payments | No |
User chooses payment method
Redirection
RedirectURL
, to a hosted page showing the QR code and Payconiq by Bancontact branding and instructions.QRCodeURL
value. You can lightly customize the color and format of this QR code (see below).DeepLinkURL
, where they confirm and authenticate the payment.Return
ReturnURL
that you specify in the payment requestOutcome
CREATED
to SUCCEEDED
or FAILED
, indicating the outcome.QRCodeURL
before redirecting the user.
For example:
r2/girogate.de/payconiq/qrcode?f=PNG?s=XL?cl=BlackThe available options are:
Parameter | Description |
---|---|
f | The image format.Allowed values: SVG , PNG |
s | If the format is PNG , the image size in pixels of the QR code to generate:
S , M , L , XL |
cl | The color of the QR code.Default value: magenta Allowed values: magenta , black |
/payins/payconiq/webThe legacy flow remains available for platforms with no changes required on their side. The new flow is identical to the old one with the exception of the
QRCodeURL
, which was not previously available.