<aside> ✅ This document will present all the steps to carry out an aCuotaz integration in a BSale store. The integration consists of two main steps:

  1. Enable the Payment Method

    Activate aCuotaz as a payment method within the BSale admin panel.

  2. Configure the Addon

    Integrate the aCuotaz addon in two areas:


Steps to follow

1. Enable the Payment Method

Activate aCuotaz as a payment method within the BSale admin panel by following the steps detailed in the official BSale guide:

Important: If the aCuotaz payment method does not appear in your BSale admin panel, it means it hasn't been manually activated yet. Please contact BSale support to request activation for your store. Once BSale enables it, you will be able to proceed with the configuration.

Integrar aCuotaz como medio de pago

2. Create aCuotaz components

<aside> 1️⃣ To create a new component, you must go to the "Design" tab and select "Components". Finally, click in the "+" button.

</aside>

<aside> 2️⃣ You will see something like this, you have to write the component name, in this case will be "aCuotaz - addon". You can copy and paste this text. Finally, click in the "Save" button.

</aside>

<aside> 3️⃣ Now, you must copy and paste the following code. you can get it from this link. Finally, click on "Save" button.

</aside>

! Important ! You must write just your client_id provided by us in the following field. See the example.

var config = { client_id : "your_client_id", amount: ..... }

var config = { client_id : "acuotaz", amount: ..... }

<aside> 4️⃣ To create the second component, you have to write the name, in this case will be "aCuotaz - addon - product". You can copy and paste this text. Finally, click in the "Save" button.

</aside>

Untitled

<aside> 7️⃣ Now, you must copy and paste the following code. you can get it from this link. Finally, click on "Save" button.

</aside>

! Important ! You must write just your client_id provided by us in the following field. See the example.

var config = { client_id : "your_client_id", amount: ..... }

var config = { client_id : "acuotaz", amount: ..... }

Untitled

Add aCuotaz components