Once the link is created, redirect the customer to the provided URL to complete the payment.
5. Passing Payer Information via extraFields
Different banks may have specific requirements for the data that must be provided when initiating a payment. By default, the extraFields parameter is not required for most banks; however, in certain cases, it is necessary to include specific additional parameters.
The extraFields object can include the following possible values:
name
bic (Bank Identifier Code)
iban (account number)
country
city
postalCode
countryCode
buildingNumber
streetName
addressLines
psuId (user identifier in the bank)
psuCorporateId (company identifier in the bank)
For a detailed description of each field, see the “Initiate Payment” section.
The example below shows the additional fields that must be provided when creating a payment.