Main flows
The aim of this vertical is to be able to receive payments. To receive payments, we must have created the necessary entities: Merchant
, Payer
, PaymentInstrument
and finally PaymentIntent
.
The first step of creating the Merchant
will always be necessary, but it is not something that you will need to be doing constantly, just once for each merchant you want to integrate.
Then, the last three steps are somewhat more dynamic, but the different endpoints provided by our API will allow you to create several of these entities in a single step, as demonstrated, for example, in the subsection of making the payment in a single step.