Create Refund

Creates a new refund for a Limepay transaction

SecurityLimepay-SecretKey
Request
Request Body schema: application/json
transactionId
required
string
required
object (PaymentAmount)

The amount and currency of the order, unsurcharged, used if the checkout amount is the same for all payment types (ie paymentTypeAmounts is omitted)

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.