Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1-step payment for payments in addition to payment with Chèque-Vacances.
2-step payment in case of doubt about the guarantee on credit card or in case the paper checks don't arrive.

2. e-ANCV

The customer enters the credentials of his electronic vouchers on the payment page and pays the remaining amount with his credit card. Payments are debited immediately.

  • Integration requirement / specificities: The part paid by e-Chèque-Vacances can't be refunded. The merchant will be notified by email to find another solution to refund his clients.
  • Authorisation and payment: 1-step payment (debit)


Info

Only in France.

Further information can be found on the webpage of ANCV (https://www.ancv.com/).

...

Parameter

Format

CND

Description

MerchantID

ans..30

M

MerchantID, assigned by BNP Paribas. Additionally this parameter has to be passed in plain language too.

TransID

ans..64

M

TransactionID which should be unique for each payment

RefNr

ans..30

O

Unique reference number

Amount

n..10

M

Amount in the smallest currency unit (e.g. EUR Cent)

Please contact the helpdesk, if you want to capture amounts < 100 (smallest currency unit).

TaxAmount

n..12

O

Tax amount of the entire order in the smallest currency unit (e.g. EUR Cent).

Currency

a3

M

Currency, three digits DIN / ISO 4217

MAC

an64

M

Hash Message Authentication Code (HMAC) with SHA-256 algorithm

OrderDesc

ans..128

O

Description of purchased goods, unit prices etc.

Capture

ans..6

O

Determines the type and time of capture. AUTO: capturing immediately after authorisation (default value). MANUAL: capturing made by the merchant. <Number>: Delay in hours until the capture (whole number; 1 to 696).

Important Note: Please contact the BNP Paribas Support to discuss the different fields of application for Manual.

URLSuccess

ans..256

M

Complete URL which calls up the payment platform if payment has been successful. The URL may be called up only via port 443 This URL may not contain parameters: In order to exchange values between the payment platform and shop, please use the parameter UserData.

URLFailure

ans..256

M

Complete URL which calls up the payment platform if payment has been unsuccessful. The URL may be called up only via port 443 This URL may not contain parameters: In order to exchange values between the payment platform and shop, please use the parameter UserData.

Response

a7

O

Status response sent by the payment platform to URLSuccess and URLFailure, should be encrypted. For this purpose, transmit Response=encrypt parameter.

URLNotify

ans..256

M

Complete URL which the payment platform calls up in order to notify the shop about the payment result. The URL may be called up only via port 443 It may not contain parameters: Use the UserData parameter instead.

UserData

ans..1024

O

If specified at request, the payment platform forwards the parameter with the payment result to the shop

ReqID

ans..32

O

To avoid double payments, enter an alphanumeric value which identifies your transaction and may be assigned only once. If the transaction is submitted again with the same ReqID, the payment platform will not carry out the payment, but will just return the status of the original transaction. Please note that the payment platform must have a finalized transaction status for the first initial action. Submissions with identical ReqID for an open status will be processed regularly.

PayType

ans..21

M

Payment method that shall be used. Possible values:

  • echequevacances
  • cvconnect

    Invoicing address

    CompanyName

    ans..50

    C

    Company name, if shop delivery, StorePickup, Network-Pickup or TravelPickup is selected

    CustomerID

    ans..20

    O

    Customer number

    CustomerClassification

    a..12

    O

    Hint about customer type. Possible values: Professional, Individual

    CustomerInformation

    ans..100

    O

    Additional information about the customer. For Cetelem the merchant can submit several values separated by | which are agreed between merchant and Cetelem. Example: CustomerInformation =CFID=true|CNEW=false

    Salutation

    ans..20

    O

    Salutation

    FirstName

    ans..50

    O

    First name

    LastName

    ans..50

    O

    Last name

    Street

    ans..80

    O

    Street name and street number

    AddressAddition

    ans..80

    O

    Address c/o

    ZIPCode

    ans..10

    O

    Postcode

    City

    ans..100

    O

    City

    CountryCode

    a2

    O

    Two characters country code according to ISO 3166-1 alpha-2

    Email

    ans..100

    M

    E-mail address

    Phone

    ns..50

    O

    Phone number

    e.g. +49123456789

    MobileNo

    ns..50

    M

    Mobile phone number

    e.g. +49123456789

    Language

    as5

    O

    Language for displaying the form. Default value: fr-FR

    Delivery address

    sdCompanyName

    ans..50

    O

    Company name in the delivery address

    sdSalutation

    ans..20

    O

    Salutation in the delivery address

    sdFirstName

    ans..50

    O

    First name in the delivery address

    sdLastName

    ans..50

    O

    Last name in the delivery address

    sdStreet

    ans..80

    O

    Street name and street number in the delivery address

    sdAddressAddition

    ans..80

    O

    Address addition in the delivery address

    sdZipCode

    ans..10

    O

    Postcode in the delivery address

    sdCity

    ans..100

    O

    Town/city in the delivery address

    sdCountryCode

    a2

    O

    Country code for the delivery address, 2 characters according to ISO 3166-1.

    sdPhone

    ans..50

    O

    Phone number

    e.g. +49123456789

    sdMobileNo

    ans..50

    O

    Mobile phone number

    e.g. +49123456789

    Product information

    ArticleList

    ans..1024

    C

    Article list.

    These parameters must have the following structure:

    ID,Description,UnitPrice,Quantity,Category,Brand

    Several articles can be separated with a +, e.g.: 123,iPhone 6s,700,1,Phones,Apple+321,Galaxy S7,700,2,Phones,Samsung


    Possible values for Category:

         ComputersAndSoftware

         Electronics

         Phones

         Appliances

         HomeAndGarden

         Fashion

         HealthAndBeauty

         Jewellery

         Sport

         LeisureAndHobbies

         CarsAndMotorbikes

         Furniture

         KidsAndBaby

         VideoGamesAndConsoles

         ToysAndGames

         Pets

         FoodAndDrink

         GiftAndFlowers

         Entertainment

         Travel

         AuctionsAndGroupBuying

         ServicesForIndividuals

         ServicesForProfessionals

    ShippingData

    ans..1024

    C

    Delivery data.

    These parameters must have the following structure:

    Type,Description,Speed,ExpectedDate,ExpectedDelay


    e.g.: Other,DHL,Standard,2016-06-30,3


    Possible values for Type:

         StorePickup

         NetworkPickup

         TravelPickup

         Carrier

         EDelivery

         Other


    Possible values for Speed:

         Express

         Standard

    ...