Skip to main content

Alter Refund of Order

POST 

/order/:guid/refunds/:refund_guid/alter

Alters a specific Refund of a specific Order.

Request

Path Parameters

    guid uuidrequired

    The guid of the Order.

    refund_guid uuidrequired

    The guid of the Refund.

Body

Input body

    account_name stringrequired

    The name of the owner of the bank account.

    account_number ibanrequired

    The (bank) account number to which to pay the Refund.

    account_bic string

    The BIC of the financial institution of the account number.

Responses

Refund altered successfully. This returns an empty response.

Loading...