# Mobile SDK Use the below endpoints if you are using Computop Paygate's mobile SDK for integration: **Create payment intent** This endpoint is used to generate a payment intent ID. You should call this endpoint from your backend to retrieve the payment intent ID to initialize the mobile SDK **Confirm payment intent** This endpoint is used to confirm payment intent. This endpoint is called by Computop Paygate's mobile SDK. ## Create payment intent - [POST /payment-intents](https://computop-docs.redocly.app/mobile-sdk/createpaymentintent.md): This endpoint is used to create a payment intent ## Confirm payment intent - [POST /payment-intents/{id}/confirm](https://computop-docs.redocly.app/mobile-sdk/confirmpaymentintent.md): This endpoint is used to confirm a payment intent