Get approval - Account linking flow - Mercado Pago Developers
Which documentation are you looking for?

Do not know how to start integrating? 

Check the first steps

Get approval

After the agreement creation, it is necessary to obtain the buyer's approval to use the payment data stored in the Mercado Pago wallet. This approval occurs during the payment flow and uses two parameters returned in the response of the agreement creation:

  • agreement_uri: redirection address where the buyer authorizes access to the Mercado Pago wallet for making a payment.
  • return_uri: redirection address after the agreement confirmation provided by the buyer.
Important
Upon confirming the agreement and obtaining the buyer's approval, a webhook notification will be sent with the details of the approval. See the section User confirmation of the agreement for more details.

See the diagram illustrating the buyer's approval process below.

Get approval

The sequence diagram previously displayed illustrates that the buyer's confirmation occurs simultaneously with the purchasing process. Within this scenario, the buyer grants authorization to integrate their Mercado Pago account, allowing the use of various payment methods offered to complete the transaction.

After concluding the agreement, refer to the section Create payer token. This step is necessary for successfully finalizing the account linking flow, enabling progression to the subsequent phase of the payment flow.