Initiate a payment request

One of our customers makes a transaction on an e-commerce website or wants to initiate a transfer.

Through this API "Payment initiation" available for Crédit Coopératif customers, you can submit a real time payment initiation request.

The connected customer will be requested by his bank to validate this transaction :

  1. He identifies and authenticates himself
  2. Then, he selects his bank account with a sufficient balance for the transaction amount
  3. Finally, the bank seals the transaction after the client has strongly authenticated himself to validate the transaction (some exemptions of this authentication process exist)

In addition, this version brings a single SCA flow if the debtor IBAN is forwarded in the PIS request : 

  1. PSU verifies the displayed transaction information
  2. Finally, the bank seals the transaction after the client has strongly authenticated himself to validate the transaction (some exemptions of this authentication process exist)

 

You can only use this API if you are a Payment Initiation Service Provider ("PISP"), this prerequisite is described in "Eligibility" use case.

Once this prerequisite has been fulfilled, the global process will be the following one : 

 

cinmatique PISP UK v6 gnrique

 

phase0101- As a PISP provider, you can propose funds transfer services to customers, or allow them to pay their purchases on an e-merchant web site you have contractualized with. Thru your interfaces, the customer selects in which bank (ASPSP) his account(s) is/are domiciliated and you collect the transaction information (purchase amount, IBAN creditor, ...).

 

 

phase0202- During the first exchange with ASPSP's infrastructures, you will have to request an authorization token. As PISP, you have to get this token BEFORE you can use ressources of the API. This token is generated by the ASPSP AFTER you authenticate as a PISP service provider using your eIDAS certificates.

As banking account holder (ASPSP), we will verify if your certificates and national agreements are valid.

For this step, it is not necessary that we identify and authenticate the customer before generating the access token.

 

phase0303- If all above checks are correct, you will be able as PISP to get the OAUTH2 access token thru a secure exchange with 89C3 API platform (see "Retrieve your access token" use case).

 

phase0404- By presenting this access token valid only for this transaction, you can then use ressources of the "payment initiation" API in order to :

  • Initiate a payment/transfer (see "Send a payment initiation request" use case) ;
  • Retrieve the status of a payment/transfer initiation request (see "Retrieve the status of a payment initiation request") ;
  • Confirm a payment/transfer initiation request or a payment/transfer cancellation request (see "Confirm a payment initiation request")