v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Fedwire Endpoints

fedwire/refund

This method is used to refund a previously created Fedwire transaction.

post/fedwire/refund

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

TransactionIDinteger required

The unique ID for the refund transaction

Timestampstring required

The timestamp when the transaction status was last modified

Example response

{
  "Success": true,
  "Timestamp": "2022-02-04 12:34:56"
}