# Retrieve payment link **POST /v1/payment-links/{paymentLinkId}** Retrieve payment link for given ID ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Path parameters - **paymentLinkId** (string) Payment link ID ## Responses ### 200 successful operation #### Body: application/json (object) - **paymentLink** (object) Payment Link schema - **aggregateTransaction** (object) Transaction with related details schema - **paymentSession** (object) Payment session for payment links without customer session - **subtotal** (integer) Subtotal amount in cents before processing fees - **processingFee** (integer) Processing fee amount in cents - **processingFeePercent** (number(float)) Processing fee percentage - **total** (integer) Total amount in cents including processing fees [Powered by Bump.sh](https://bump.sh)