cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Profile ID or Customer Payment Profile ID not found.

Hi,

 
I want to charge immediately.
After creating subscription successfully I used create transaction. but when I executed it gives  response like
SimpleXMLElement Object
(
    [refId] => Sample
    [messages] => SimpleXMLElement Object
        (
            [resultCode] => Error
            [message] => SimpleXMLElement Object
                (
                    [code] => E00040
                    [text] => Customer Profile ID or Customer Payment Profile ID not found.
                )
 
        )
 
    [transactionResponse] => SimpleXMLElement Object
        (
        )
 
)
 
But when the same XML I ran through http://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-customer-profi... it gives transaction successful message.
 
Can you help for that?

 
priyankawaman
Member
1 REPLY 1

Hi @priyankawaman,

 

Would you be able to post the code that you're using to generate the XML?

Aaron
All Star