Scenarios for company customer
This manual is about creating Sandbox tests for company customer scenarios.
Company customer
You can use the information below to simulate the different company creation scenarios.
By informing these documents, you can simulate the company registration status changes that are only returned in the production environment when the registered company and its members have a compliance or validation note, which prevents them from being approved by our services.
To create a new company, a valid taxId format must be used. When creating a new company is successful, its initial status will be "AWAITING_DOCUMENT_UPLOAD". To simulate the change of status after submitting company documents, there will be two scenarios:
- If the taxId used to create the company is listed in the table below, the status will change to "REFUSED".
- If any other valid taxId was used to create the company, the status will change to "APPROVED".
taxId | Use to simulate... |
---|---|
78541724000130 | REFUSED |
81478333000122 | REFUSED |
11106307000198 | REFUSED |
Any another taxId | APPROVED |
Transactions for companies
To simulate the different scenarios of the transaction flow, you can use the information below. By informing these taxIDs, you can simulate the different statuses the transaction may have.
Remember that in the production environment, these statuses depend on other actions, such as the company's member, in the case of making the payment of Reais, or the bank, in the case of processing and finalizing the transaction.
When creating a new transaction is successful, its initial status will be "AWAITING_DOCUMENT_UPLOAD". To simulate the change of status after submitting transaction documents, there will be two scenarios:
- If the taxId used to create the transaction is listed in the table below, the status will change to "CANCELED".
- If any other valid taxId was used to create the transaction, the status will change to "APPROVED".
taxId | Use to simulate... |
---|---|
48703040000126 | PENDING => AWAITING_PAYMENT => CANCELED |
38358127000150 | PENDING => AWAITING_PAYMENT => CANCELED |
40624834000192 | PENDING => AWAITING_PAYMENT => CANCELED |
14526763000185 | PENDING => AWAITING_PAYMENT => PAYMENT_CONFIRMED => CANCELED |
13243807000105 | PENDING => AWAITING_PAYMENT => PAYMENT_CONFIRMED => CANCELED |
72765127000102 | PENDING => AWAITING_PAYMENT => PAYMENT_CONFIRMED => CANCELED |
Any another taxId | PENDING => AWAITING_PAYMENT => PAYMENT_CONFIRMED => TRANSACTION_CONFIRMED => FINISHED |
Response time
Please have in mind that the response time when using a simulated environment might differ from the production environment.
Updated over 1 year ago