...
Please note that this URL shall only be used for integration and testing procedures. Once the Payment Service Agreement is signed, you will receive the production environment's URL when you request your account to go live.
Request parameters:
Field | Description | Length |
---|---|---|
secret | Secret phrase as defined in the PagBrasil Dashboard | 128 |
pbtoken | Token assigned to your merchant account. Your token is displayed at the PagBrasil Dashboard, menu Account > Settings. | 32 |
order | Order number | 64 |
amount_refunded | Amount requested to be refunded (Brazilian Real) | 5.2 |
customer_bank | Only used when a refund is rejected. See note 6.2, item "b". | 40 |
customer_branch | Only used when a refund is rejected. See note 6.2, item "b". | 12 |
customer_account | Only used when a refund is rejected. See note 6.2, item "b". | 12 |
Note: A successful response for the refund request will be "Refund request received".
...