...
Field | Description | Required | Length |
---|---|---|---|
secret | Secret phrase as defined in the PagBrasil Dashboard | Yes | 128 |
pbtoken | Token assigned to your merchant account. | Yes | 32 |
order | Order number | Yes | 64 |
amount_refunded | Amount requested to be refunded (Brazilian Real) | Yes | 57.2 |
suspicious | Value "1" indicates that you are refunding the order because you suspect that it is a fraudulent order. That feeds our PagShield fraud prevention service database. Otherwise, set this parameter as "0" (or blank). | No | 1 |
customer_bank | Only used when a refund is rejected. See note 6.2, item "c". | No | 40 |
customer_branch | Only used when a refund is rejected. See note 6.2, item "c". | No | 12 |
customer_account | Only used when a refund is rejected. See note 6.2, item "c". | No | 12 |
...
Field | Description | Length |
---|---|---|
secret | Secret phrase as defined in the PagBrasil Dashboard | 128 |
payment_method | Value "C". This value specifies that the data being posted is the response to a credit card refund request. | 1 |
order | Order number | 64 |
amount_brl | Amount in Brazilian Real | 57.2 |
amount_refunded | Amount refunded (Brazilian Real) | 57.2 |
payment_status | C = Chargeback See note "a" | 1 |
signature | HMAC-MD5 hash that authenticates the IPN. See note "d" | 32 |
...