Create a refund for an invoice payment
POST/v2/subscriptions/invoices/:invoice_uuid/payments/:payment_uuid/refunds
Creates a refund for a paid invoice.
Request
Responses
- 201
- 400
- 404
- 422
- 500
Success. The payment refund is completed.
Bad request. The request failed validation.
Not found. The requested entity does not exist.
Unprocessable Content.
Internal server error. There was a system failure in the platform.