Content-Type: application/x-www-form-urlencoded
x_login
x_trans_key
x_invoice
x_iduser
x_amount
x_currency
(defaults to USD)x_country
control
x_currency
x_bank
cpf
x_name
type
x_logo
x_return
x_confirm
x_description
x_cpf
, x_name
, and x_email
fields, the information will be automatically populated onto the Checkout page and therefore, the customers wont have to manually insert it nor will be able to modify it. This is extremely useful when you already have that details on your database.x_logo
) can be defined by default in the Merchant Panel by submitting one into Settings -> Company -> "Merchant Payment Page Logo". Otherwise, you can replace it on each request by sending a URL with your logo in the field x_logo
.x_return
) and the Confirmation URL (x_confirm
) are defined by default in your Merchant Panel by going to Settings -> API Access. These parameters can be over-ridden at any time using the x_return
and x_confirm
parameters in the deposit request.Example: webpaystatus API´s response in Pending status
return_url
, you wont be notified about the transaction in Pending state until it changes to either "Completed" or "Cancelled". Therefore, after some minutes (recommended 5 minutes) of the requests being created, you can opt to use the Deposit Status API to check whether the transaction was created and left Pending on our end. That would happen only if the customer finished the flow on the Hosted Checkout page and was redirected to the Payment Method page to deposit.x_confirm
field every time it changes its status. result
9 in case the payment was completed. At that moment, you can release the funds to the customer in your website as the payment has been detected and the funds are now in your account. A result
8 in case the payment wasn't completed before it reached its expiration time.