Used to retrieve your Stripe API key. If you are planning to process payments through the API and you are using Neon Payment Processing, you will need this API key for the Stripe Elements client library.
Endpoint
https://api.neoncrm.com/neonws/services/api/common/retrievePaymentProcessSetting
Request
https://api.neoncrm.com/neonws/services/api/common/retrievePaymentProcessSetting?userSessionId=[redacted]
Response
{
"retrievePaymentProcessSettingResponse": {
"responseDateTime": "2017-12-18T20:09:20.637+0000",
"paymentProcessSetting": {
"stripeApiKey": "pk_test_Ls9dU82iX2h8VF2dCbq61234"
}
}
}
Request Parameters
Parameter |
Required |
Description |
userSessionId |
Yes |
|
Response Parameters
Parameter |
Description |
paymentProcessSetting.stripeApiKey |
The Stripe API key necessary to use the Stripe Elements client library. |