# Payment Subscriptions Related to recurring payments ## Fetch related shipping_address - [GET /v2/payment_subscriptions/{id}/relationships/shipping_address](https://ept.redocly.app/v2/openapi/payment-subscriptions/corehttp.paymentsubscriptionscontroller.related_shipping_address.md) ## Fetch related payment_method - [GET /v2/payment_subscriptions/{id}/relationships/payment_method](https://ept.redocly.app/v2/openapi/payment-subscriptions/corehttp.paymentsubscriptionscontroller.related_payment_method.md) ## Fetch related payer - [GET /v2/payment_subscriptions/{id}/relationships/payer](https://ept.redocly.app/v2/openapi/payment-subscriptions/corehttp.paymentsubscriptionscontroller.related_payer.md) ## Confirm a payment subscription as ready for processing - [PATCH /v2/payment_subscriptions/{id}/confirm](https://ept.redocly.app/v2/openapi/payment-subscriptions/corehttp.paymentsubscriptionscontroller.confirm.md) ## Fetch related billing_address - [GET /v2/payment_subscriptions/{id}/relationships/billing_address](https://ept.redocly.app/v2/openapi/payment-subscriptions/corehttp.paymentsubscriptionscontroller.related_billing_address.md) ## Fetch related merchant - [GET /v2/payment_subscriptions/{id}/relationships/merchant](https://ept.redocly.app/v2/openapi/payment-subscriptions/corehttp.paymentsubscriptionscontroller.related_merchant.md) ## Fetch by unique id - [GET /v2/payment_subscriptions/{id}](https://ept.redocly.app/v2/openapi/payment-subscriptions/corehttp.paymentsubscriptionscontroller.show.md) ## List all records - [GET /v2/payment_subscriptions](https://ept.redocly.app/v2/openapi/payment-subscriptions/corehttp.paymentsubscriptionscontroller.index.md) ## Create a new record - [POST /v2/payment_subscriptions](https://ept.redocly.app/v2/openapi/payment-subscriptions/corehttp.paymentsubscriptionscontroller.create.md)