# Endpoints

- [Create a new payment request (RTP)](/request-to-pay/api-reference/endpoints/create-a-new-payment-request-rtp.md): POST /v2/rtp
- [Retrieve the status of a payment request](/request-to-pay/api-reference/endpoints/retrieve-the-status-of-a-payment-request.md): GET /v2/rtp/{id}
- [Cancel a pending payment request](/request-to-pay/api-reference/endpoints/cancel-a-pending-payment-request.md): POST /v2/rtp/{id}/cancel
- [List all payment requests](/request-to-pay/api-reference/endpoints/list-all-payment-requests.md): GET /v2/rtp
- [Initiate a refund for a completed payment](/request-to-pay/api-reference/endpoints/initiate-a-refund-for-a-completed-payment.md): POST /v2/rtp/{payId}/refund
