AI resources
Endpoints map of Wallet Connect API
Explore the endpoints available for your Wallet Connect integration depending on the API you use.
| Operation | Path | Description |
| Create agreementPOST | /v2/wallet_connect/agreements | Creates a binding between the integrator and the payer's Mercado Pago account. |
| Generate payment tokenPOST | /v2/wallet_connect/agreements/{agreement_id}/payer_token | Generates 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/orders | Creates a payment order with the items and amounts to be charged. |
| Fully capture orderPOST | /v1/orders/{order_id}/capture | Performs 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}/cancel | Cancels a payment order based on its identifier. |
| Refund an orderPOST | /v1/orders/{order_id}/refund | Performs a full or partial refund of a processed order. |