Payment
Create a refund
Creates a new refund for a payment
post/api/payment/{paymentId}/refund
Path parameters
paymentIdstring required
Request body
Example request
{
"reason": "Refund for a failed payment",
"amountInCents": 1500
}Response
Create a refund successful
object required