Skip to main content

Generate a refund transaction

Generate a refund transaction

    merchant_id merchant_id (string)required

    Reference of the store that solicitate the return

    transaction_uuid transaction_uuid (string)required

    Reference of the transaction that should be returned

    client_document client_document (string)required

    Client's document (CPF or CNPJ)

    orders object[]

    Only required if return_type is partial, array of object that contains value and the company_identifier that should return the value(wallet identifier)

  • Array [
  • anyOf
    value floatrequired

    Value that should be returned to the store

    company_identifier stringrequired

    Identifier for the store that should return the value(wallet identifier)

  • ]