"createPaymentProfileResponse":{"success":"true","message":"null"}
When I add a new card in HostedPayment popup ,
I get :
"createPaymentProfileResponse":{"success":"true","message":"null"}
as a part of transactResponse.
Is there any way to capture the newly created customerPaymentProfileId under createPaymentProfileResponse as a part of transactResponse?
I can't find anyway to get the list of customerPaymentProfileIds that are created for a customerProfileId. If not in transactResponse, is there any other way to trace customerPaymentProfileIds against a customerProfileId?