AI resources

Endpoints map of Wallet Connect API

Explore the endpoints available for your Wallet Connect integration depending on the API you use.

OperationPathDescription
Create agreementPOST/v2/wallet_connect/agreementsCreates a binding between the integrator and the payer's Mercado Pago account.
Generate payment tokenPOST/v2/wallet_connect/agreements/{agreement_id}/payer_tokenGenerates a payment token associated with the agreement to authorize transactions.
Get agreementGET/v2/wallet_connect/agreements/{agreement_id}Returns the information of an agreement based on its identifier.
Cancel agreementDELETE/v2/wallet_connect/agreements/{agreement_id}Cancels an active agreement between the integrator and the payer's Mercado Pago account.
Create orderPOST/v1/ordersCreates a payment order with the items and amounts to be charged.
Fully capture orderPOST/v1/orders/{order_id}/capturePerforms the full capture of the authorized amount on an order.
Get order by IDGET/v1/orders/{id}Returns the information of an order based on its identifier.
Cancel order by IDPOST/v1/orders/{order_id}/cancelCancels a payment order based on its identifier.
Refund an orderPOST/v1/orders/{order_id}/refundPerforms a full or partial refund of a processed order.