cancel
Showing results for 
Search instead for 
Did you mean: 

Update customer profile with createTransactionRequest

I can insert a payment profile when doing a createTransactionRequest, but I am having trouble with updating a payment profile. The following error message is returned: "PaymentProfileId cannot be sent with payment data". Is this functionality available via createTransactionRequest?

1 REPLY 1

PaymentProfiles can be updated via "updateCustomerPayment".

 

CustomerProfiles and PaymentProfiles can only be created using "createTransaction". Either you provide a paymentprofile to use for createTransaction or request to create a profile (using payment data provided) after the transaction is successful. 

 

You can only provide only one of paymentProfileId or payment-data in a "createTransaction" call.

ramittal
Authorize.Net Developer Authorize.Net Developer
Authorize.Net Developer