# Confirm and redirect to frontend **GET /payment-methods/confirm/{token}** Redirect endpoint to confirm a payment method. External services redirect the user here and in turn this endpoint redirects the user to the frontend. ## Servers - Production server (preview release 2025-2): https://api.pace.cloud/pay/2025-2 (Production server (preview release 2025-2)) ## Parameters #### Path parameters - **token** (string) single use token ## Responses ### 303: Goto frontend #### Headers - **Location** (string(url)) Location in the frontend to get in order to finish onboarding. ### 404: Resource not found #### Body Parameters: application/vnd.api+json (object) - **errors** (array[object]) ### 500: Internal server error #### Body Parameters: application/vnd.api+json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)