# 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 (stable release 2025-1): https://api.pace.cloud/pay/2025-1 (Production server (stable release 2025-1)) ## 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: application/vnd.api+json (object) - **errors** (array[object]) ### 500 Internal server error #### Body: application/vnd.api+json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)