You’ll want to use Accept.js just to grab the opaqueData (it gives you
dataDescriptor + dataValue, not the paymentProfileId directly). In
React, load the Accept.js script, call Accept.dispatchData with your API
Login ID + Client Key, and then send th...
That error usually means something’s off with your request signature or
profile setup. A couple things to check:Make sure the signed_field_names
list matches exactly the fields you’re signing (order matters
too).Double-check your SECRET_KEY – it need...