deletePaymentDetailsCopy Page❗️DeprecatedThis JSON-RPC method is deprecated. Parameters NameTypeDescriptionpublisherToken*stringYour publisher token. To open enterprise account contact us.paymentDetailsId*intPayment details ID. Can be obtained using listPaymentDetails API. Result Parameters NameTypeDescriptiontokenstringCustomer token used to identify the user API Request/Response Request JSON{ "method":"deletePaymentDetails", "params":{ "publisherToken":"Xlrx-SjTLVMCsaRsOf2q2hvWKOlrF57yHknDRRRMX-13Fz-x", "paymentDetailsId": "123456789" }, "jsonrpc":"2.0", "id":1 } Response JSON{ "result": { "success": true }, "id": "1", "jsonrpc": "2.0" }Updated 4 months ago API Reference OverviewDid this page help you?YesNo