v1

latestOpenAPI 3.1.02026-07-2083190.2 KB
General

Refund a funds transfer

Refunds funds transferred from one account to another. Both accounts must be in the same platform, but can have different account holders.

post/refundFundsTransfer

Request body

merchantReferencestring

A value that can be supplied at the discretion of the executing user in order to link multiple transactions to one another.

originalReferencestring required

A PSP reference of the original fund transfer.

Response

OK - the request has succeeded.

merchantReferencestring

The value supplied by the executing user when initiating the transfer refund; may be used to link multiple transactions.

messagestring

The message of the response.

originalReferencestring

A PSP reference of the original fund transfer.

pspReferencestring

The reference of a request. Can be used to uniquely identify the request.

resultCodestring

The result code.

submittedAsyncboolean

Indicates whether the request is processed asynchronously. Depending on the request's platform settings, the following scenarios may be applied:

  • true: The request is queued and will be executed when the providing service is available in the order in which the requests are received.
  • false: The processing of the request is immediately attempted; it may result in an error if the providing service is unavailable.