Deprecated
This JSON-RPC method is deprecated.
Parameters
Name | Type | Description |
---|---|---|
publisherToken* | string | Your publisher token. To open enterprise account contact us. |
paymentDetailsId* | int | Payment details ID. Can be obtained using listPaymentDetails API. |
Result Parameters
Name | Type | Description |
---|---|---|
token | string | Customer token used to identify the user |
API Request/Response
Request
{
"method":"deletePaymentDetails",
"params":{
"publisherToken":"Xlrx-SjTLVMCsaRsOf2q2hvWKOlrF57yHknDRRRMX-13Fz-x",
"paymentDetailsId": "123456789"
},
"jsonrpc":"2.0",
"id":1
}
Response
{
"result": {
"success": true
},
"id": "1",
"jsonrpc": "2.0"
}