Skip to main content
SEP-24SEP-31SEP-6

Send Refund

POST 

/transactions/:id/refunds

Custody Server calls configured Custody Service to send refund. Custody transaction record is also created in DB.

Request

Body

    memo string

    Memo value, that will be added to the refund payment.

    memoType string

    Type of memo, that will be added to the refund payment.

    amount string

    Amount, that will be refunded.

    amountFee string

    Fee of the refund.

Responses

Success.

Schema

    id string

    External TX ID from custody service.

Loading...