Is it possible to cancel a transaction using the Pay.me API?

Asked

Viewed 142 times

-2

You can cancel a transaction using the Pay API. ?

  • 4

    You have to ask this on the site itself! it will surely inform the procedure ...

1 answer

1

It is possible to block a transaction via API.

To block a transaction via API just follow the route: https://docs.pagar.me/api/#reverse transaction.

In the case of a credit card transaction, only the ID of the transaction is required to effect the chargeback if it is total, and the transaction ID + the value of the rebate if it is partial.

In case it is a boleto transaction, it will be necessary to pass the data of the bank account that will receive the amount reversed (the chargeback will work as a bank transfer).

source: https://pagarme.zendesk.com/hc/pt-br/articles/115000482846-Como-fa%C3%A7o-para-estornar-uma-transa%C3%A7%C3%A3o-via-API-

Browser other questions tagged

You are not signed in. Login or sign up in order to post.