Actions43
- Subaccount Actions
- Customer Actions
- Refund Actions
- Installment Actions
- Invoice Actions
- Subscription Actions
- Pix Key Actions
- QR Code Static Actions
- Payment Request Actions
- Charge Actions
- Psp (Payment Service Providers) Actions
Overview
This node operation sets a specified Pix Key as the default Pix Key in the Woovi payment system. It is useful for automating the management of Pix Keys, particularly when you want to programmatically designate which Pix Key should be used as the default for transactions. For example, a business can use this node to update the default Pix Key based on changing payment preferences or operational requirements.
Use Case Examples
- Set a specific Pix Key as the default for receiving payments in Woovi.
- Automate the update of default Pix Key after adding a new Pix Key to the account.
Properties
| Name | Meaning |
|---|---|
| Pix Key | The Pix Key value to be set as the default. |
Output
JSON
pixKey- The Pix Key that has been set as default.status- The status or confirmation of the operation.
Dependencies
- Woovi API credentials (API key)
Troubleshooting
- Unsupported resource/operation error if the resource or operation is not correctly specified. Ensure 'Pix Key' resource and 'Set Pix Key as Default' operation are selected.
- API errors from Woovi if the Pix Key is invalid or the API credentials are incorrect. Verify the Pix Key value and API credentials.
- Network or connectivity issues when calling the Woovi API. Check network connection and API endpoint accessibility.