v1

latestOpenAPI 3.1.02026-07-2083190.2 KB
General

Refund all transactions of an account since the most recent payout

Refunds all the transactions of an account that have taken place since the most recent payout. This request is on a account basis (as opposed to a payment basis), so only the portion of the payment that was made to the specified account is refunded. The commissions, fees, and payments to other accounts remain in the accounts to which they were sent as designated by the original payment's split details.

post/refundNotPaidOutTransfers

Request body

accountCodestring required

The code of the account from which to perform the refund(s).

accountHolderCodestring required

The code of the Account Holder which owns the account from which to perform the refund(s).

Response

OK - the request has succeeded.

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.