- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
deleteRefunds - Payment Module Reference
This documentation provides a reference to the deleteRefunds
method. This belongs to the Payment Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method deletes a refund by its ID.
Example#
Parameters#
ids
string[]Returns#
Promise
Promise<void>Resolves when the refund is deleted successfully.
Was this page helpful?