deletePaymentSession - Payment Module Reference
This documentation provides a reference to the deletePaymentSession
method. This belongs to the Payment Module.
This method deletes a payment session.
Example
Parameters
id
stringRequiredThe ID of the payment session.
Returns
Promise
Promise<void>RequiredResolves whent the payment session is deleted successfully.
Was this section helpful?