You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which also creates a CustomerProfile but the authorization fails anyway.
The authorization is successful only when I explicitly provide CustomerPaymentProfileId
// authorizePayment.js// create profileToAuthorize like beforeletpaymentProfile=newApiContracts.PaymentProfile({paymentProfileId: data.paymentProfileId});profileToAuthorize.setPaymentProfile(paymentProfile);// create transaction and request like before
Successfully created transaction with Transaction ID:
Response Code: 1
Message Code: 1
Description: This transaction has been approved.
The text was updated successfully, but these errors were encountered:
I create CustomerProfile with CustomerPaymentProfile assgined. Here's the CustomerPaymentProfileType object that I use.
Whole request is successful and I can see CustomerProfile with PaymentProfile assigned on my sandbox account in the CIM section.
However, when I try to authorize the payment using only CustomerProfileId
there's an error:
I tried to create
customerPaymentProfileType
like this, for double check's sake:which also creates a CustomerProfile but the authorization fails anyway.
The authorization is successful only when I explicitly provide CustomerPaymentProfileId
The text was updated successfully, but these errors were encountered: