Skip to main content

Generate a new refund from a deposit transaction

POST 

/api/refunds

Generate a new refund from a deposit transaction

Request

Body

required
    value floatrequired

    Value to be refunded

    description description (string)

    Description of the return

    transaction_uuid transaction_uuid (string)required

    Uuid of the transaction that should be refunded

    merchant_id merchant_id (string)required

    Field to use as identification purpose

Responses

Successful operation

Schema
    status status (string)required

    Possible values: [awaiting, failed]

    Status about the refund

    message message (string)

    Description of the return

    transaction_uuid transaction_uuid (string)

    Uuid of the transaction that should be refunded

    merchant_id merchant_id (string)

    Field to use as identification purpose

Loading...