When setting up the Stripe plugin to work with a secure proxy (following the tutorial here), I am able to get the service to work IF I leave the Authorization field where we set up the service as follows:
This defeats the purpose of using the proxy (since the authorization key can sill be obtained on the client's device). Is there a way to replace the "Bearer sk_test_XXXXXXXXXXXXXXXXXXXXX" with something that references the keyValue in the StripeDB that we created? Or perhaps it can be done in the StripePayment_Settings:
Edit:
To clarify, I have tried using 'Bearer {keyValue}' in the Authorization header field in the service, but this did not work (even though the secure proxy was setup, and enabled from within the service).
Thank you!