Skip to main content
Skip to main content

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

await paymentModuleService.deletePaymentSession("payses_123")

Parameters

idstringRequired
The ID of the payment session.
sharedContextContext
A context used to share resources, such as transaction manager, between the application and the module.

Returns

PromisePromise<void>Required
Resolves whent the payment session is deleted successfully.
Was this section helpful?