# MD for: https://www.mercadopago.com.br/developers/es/docs/checkout-bricks/payment-brick/payment-submission.md \> SERVER\_SIDE > > h1 > > Payments submission To continue with the Mercado Pago payment process, your backend should know how to receive form information with the generated token and the filled out data. Your backend should make available a \`/process\_payment\` endpoint to receive all the data. Once the request –with all the collected information– is in your backend, it should be submitted to Mercado Pago through our APIs. > NOTE > > Note > > To consult the types and specifications that can be sent and received by the Brick in the onSubmit callback, check the \[technical documentation\](https://github.com/mercadopago/sdk-js/blob/main/docs/bricks/payment.md). For this to work, you should configure your \[private key\](https://www.mercadopago.com.br/developers/en/guides/additional-content/your-integrations/credentials). Also, to interact with our APIs, you should use \[Mercado Pago official SDK\](https://www.mercadopago.com.br/developers/en/docs/sdks-library/landing). > WARNING > > Important > > Before making the API call, it is important to validate that the data that will be sent is correct. So, if you already have some kind of session on your integration server where the purchase context information is stored, you can use it to compare the data received from the frontend. In the following sections, check out how to send to Mercado Pago payments made with: \* \[Cards\](https://www.mercadopago.com.br/developers/en/docs/checkout-bricks/payment-brick/payment-submission/cards) \* \[Mercado Pago Wallet and Installments without card\](https://www.mercadopago.com.br/developers/en/docs/checkout-bricks/payment-brick/payment-submission/wallet-credits) \* \[Pix\](https://www.mercadopago.com.br/developers/en/docs/checkout-bricks/payment-brick/payment-submission/pix) \* \[Other payment methods\](https://www.mercadopago.com.br/developers/en/docs/checkout-bricks/payment-brick/payment-submission/other-payment-methods)