# Payments v1 (/api/deprecated/payments/v1)

## payment

- [GET List payments](/api/deprecated/payments/v1/payment-list): Deprecation notice: The /v1/payments endpoint is deprecated.
- [POST Create payment](/api/deprecated/payments/v1/payment-create): Deprecation notice: The /v1/payments endpoint is deprecated.
- [GET Show payment details](/api/deprecated/payments/v1/payment-get): Deprecation notice: The /v1/payments endpoint is deprecated.
- [PATCH Partially update payment](/api/deprecated/payments/v1/payment-update): Deprecation notice: The /v1/payments endpoint is deprecated.
- [POST Execute approved PayPal payment](/api/deprecated/payments/v1/payment-execute): Deprecation notice: The /v1/payments endpoint is deprecated.

## sale

- [GET Show sale details](/api/deprecated/payments/v1/sale-get): Deprecation notice: The /v1/payments endpoint is deprecated.
- [POST Refund sale](/api/deprecated/payments/v1/sale-refund): Deprecation notice: The /v1/payments endpoint is deprecated.

## authorization

- [GET Show authorization details](/api/deprecated/payments/v1/authorization-get): Deprecation notice: The /v1/payments endpoint is deprecated.
- [POST Capture authorization](/api/deprecated/payments/v1/authorization-capture): Deprecation notice: The /v1/payments endpoint is deprecated.
- [POST Void authorization](/api/deprecated/payments/v1/authorization-void): Deprecation notice: The /v1/payments endpoint is deprecated.
- [POST Re-authorize payment](/api/deprecated/payments/v1/authorization-reauthorize): Deprecation notice: The /v1/payments endpoint is deprecated.

## orders

- [GET Show order details](/api/deprecated/payments/v1/orders-get): Deprecation notice: The /v1/payments endpoint is deprecated.
- [POST Capture order](/api/deprecated/payments/v1/orders-capture): Deprecation notice: The /v1/payments endpoint is deprecated.
- [POST Void order](/api/deprecated/payments/v1/orders-void): Deprecation notice: The /v1/payments endpoint is deprecated.
- [POST Authorize order](/api/deprecated/payments/v1/orders-authorize): Deprecation notice: The /v1/payments endpoint is deprecated.

## capture

- [GET Show captured payment details](/api/deprecated/payments/v1/capture-get): Deprecation notice: The /v1/payments endpoint is deprecated.
- [POST Refund captured payment](/api/deprecated/payments/v1/capture-refund): Deprecation notice: The /v1/payments endpoint is deprecated.

## refund

- [GET Show refund details](/api/deprecated/payments/v1/refund-get): Deprecation notice: The /v1/payments endpoint is deprecated.