...
Field | Description | Length |
---|---|---|
order | Order number | 64 |
payment_method | C = Credit card This parameter is not present when the customer has not selected a payment method yet. | 1 |
submission_date | Date the order was submitted to PagBrasil. | 10 |
url_boleto | URL to view/print the Boleto Bancário. Only available when payment_method equals equal to "B" or "F". | 80 |
url_payment | URL that redirects the customer to the bank's page to complete the payment. Only available when payment_method equals equal to "R", "E", "U" or "S". | 80 |
company_code | Company code. Only available when payment_method equals equal to "P". | 10 |
payment_id | Payment identification. Only available when payment_method equals equal to "P". | 17 |
payment_instructions | Payment instructions in Portuguese. Only available when payment_method equals equal to "P". | 254 |
expiration_date | Last date to pay the PagBrasil Pix. | 10 |
expiration_time | Maximum time within the expiration date the PagBrasil Pix will be allowed to be paid. | 5 |
pix_image | Pix QR Code image link. | 80 |
pix_code | Alternative code for mobile users to complete the payment when they cannot scan the code. | 254 |
order_status | WP = Payment requested but not processed yet | 2 |
authorization_code | Authorization code provided by the card issuer. Only available when payment_method equals equal to "C" or "D" and order has been authorized. | 9 |
payment_date | Date the payment was completed. | 10 |
product_name | Product name | 254 |
customer_name | Customer's name | 128 |
customer_taxid | CPF if an individual, or CNPJ if the customer is a company | 14 |
customer_email | Customer's e-mail address | 128 |
customer_phone | Customer's phone number | 40 |
address_street | Customer's street address | 200 |
address_zip | Customer's postal code (in Brazil called CEP) | 8 |
address_city | Customer's city | 40 |
address_state | Customer's state (official abbreviation) | 2 |
amount_brl | Amount in Brazilian Real | 7.2 |
amount_paid | Amount paid by the customer in Brazilian Real | 7.2 |
cc_installments | Number of installments (1 to 12). Only available when payment_method equals equal to "C" or "D". | 2 |
cc_brand | Card brand. Only available when payment_method equals equal to "C" or "D". | 1 |
cc_holder | Card holder's name. Only available when payment_method equals equal to "C" or "D". | 30 |
cc_number | Card number truncated. Only available when payment_method equals equal to "C" or "D". | 14 - 19 |
soft_descriptor | Text identification that will appear on the customer's credit card statement next to the payee name (PB). Only available when payment_method equals equal to "C" or "D". | 13 |
amount_refunded | Used when order_status equals equal to RR or RP. Amount requested to be refunded (Brazilian Real). | 7.2 |
refund_date | Used when order_status equals equal to RP. | 10 |
refund_info | Used when order_status equals equal to RR or RP. See item 6.2, note "c". | 128 |
error_code | Used when order_status equals equal to PF or PR, and payment_method equals equal to "C" or "D". See table in item 7. | 2 |
signature | HMAC-MD5 hash that authenticates the response. | 32 |
...