Endpoints map of Payouts API
Below, you can find the links to all the necessary endpoints to integrate Payouts.
| Operation | Path | Description |
| Create transaction to bank accountPOST | /v1/transaction-intents/process | Creates a funds outflow from a Mercado Pago account to an external bank account. |
| Create transaction via PixPOST | /v1/transaction-intents/process | Creates a funds outflow from a Mercado Pago account to a Pix key. |
| Get transaction informationGET | /v1/transaction-intents/{id} | Returns the details of a transaction based on its identifier. |
