Create Refund

Creates a new refund for a Limepay transaction

SecurityLimepay-SecretKey
Request
Request Body schema: application/json
transactionId
required
string
required
object (PaymentAmount)
Responses
200
400
401
403
404
405
406
409
422
429
500
503
post/refunds
Request samples
application/json
{
  • "transactionId": "string",
  • "refundAmount": {
    }
}
Response samples
application/json
{
  • "refundId": "string"
}
Copyright © April Solutions 2023. All right reserved.