Hi,
I have created one customer by one API call (createCustomerPaymentProfileRequest) And I passed one parameter into it:
"defaultPaymentProfile": false
As I checked on other documentation I found that "defaultPaymentProfile": false will not come into the getCustomerPaymentProfileRequest API. I have a question whether I set "defaultPaymentProfile" to false in createCustomerPaymentProfileRequest API will it set the customer payment profile to false or not?
Thanks