E00001 on creat customer payment profile when use opaque data
In method below when I go from credit card to opaque data it ERRORS with E000001function createPaymentProfile(customerProfileId, opaqueData, billingInfo,Email) { return new Promise((resolve, reject) => { const opaque = new ApiContracts.OpaqueDataType...