Hello
Is there is any another method where I delete the customer card from there paymentProfileId without using the customerProfileId. I want to send the delete customer request like below:-
{
"deleteCustomerPaymentProfileRequest": {
"merchantAuthentication": {
"name": "login_id",
"transactionKey": "trasaction_id"
},
"customerProfileId": "1506976258",
"customerPaymentProfileId": "1506345882"
}
}
Best Regard!
Puneet
03-08-2019 01:06 AM - edited 03-08-2019 01:08 AM
Hi @puneetjindal308,
No, there isn't. A payment profile is always linked to a customer profile. Also, from your description, it looks like you want to remove card information from a payment profile, which isn't possible either; a payment profile always needs to have a payment instrument (card, token or bank account) within it.
03-10-2019 11:22 PM