- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
โ06-29-2018 10:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
โ07-01-2018 08:08 AM

