Skip to main content

Refund endpoint

Initiates a refund process for a completed transactions.

URL: {api_url}/business-api/v1/batch-refunds/

HTTP Method: GET

Headers

  • Content-type: application/json
  • Authorization: API JWT bearer token.

Request fields

NameTypeSize/FormatMandatoryDescription
refundsArray of JSON objectsArray of Refund request objectstrueList of transaction refund request.

Refund request object

NameTypeSize/FormatMandatoryDescription
transaction_idstringtrueCashier360 PSP/APM Transaction UUID
origin_transaction_idstringfalseMerchant`s refund transaction ID
moneyMoneyMoney objecttrueMoney object in the customer's account original currency.
converted_moneyMoneyMoney objectfalseMoney object in the payment provider's currency.

Money object

NameTypeSize/FormatMandatoryDescription
amountintIn minor units: wikitrueMoney amount.
currencystringISO currency code: wikitrueMoney currency.