POST
/
v2.01
/
{ClientId}
/
payins
/
payment-methods
/
bancontact

Note – Timeout after 1 hour

The Bancontact payment session lasts for 1 hour, at which point the pay-in fails automatically if no action has been taken by the user.

Body parameters

Tag
string

Max. length: 255 characters

Custom data that you can add to this object.
For transactions (pay-in, transfer, payout), you can use this parameter to identify corresponding information regarding the user, transaction, or payment methods on your platform.

AuthorId
string
required

The unique identifier of the user at the source of the transaction.

DebitedFunds
object
required

Information about the debited funds.

Fees
object
required

Information about the fees.

CreditedWalletId
string
required

The unique identifier of the credited wallet.

ReturnURL
string
required

Max. length: 255 characters

The URL to which the user is returned after the payment, whether the transaction is successful or not.

StatementDescriptor
string

Max. length: 10 characters; only alphanumeric and spaces

Custom description to appear on the user’s bank statement along with the platform name. Different banks may show more or less information. See the Customizing bank statement references article for details.

Recurring
boolean

Whether or not the pay-in forms part of a Bancontact recurring payment flow (not yet available).

Culture
string

Allowed values: One of the supported languages in the ISO 639-1 format: DE, EN, FR, NL

Default value: FR

The language in which the Bancontact payment page is to be displayed.

PaymentFlow
string

Allowed values: WEB, APP

Default value: WEB

The platform environment of the post-payment flow. The PaymentFlow value combines with the ReturnURL to manage the redirection behavior after payment:

  • Set the value to APP to send the user to your platform’s mobile app
  • Set the value to WEB to send the user to a web browser

In both cases you need to provide the relevant ReturnURL, whether to your app or website.

Responses