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
Hi Ravindra,
I have successfully got the token by passing the card details, now i want to pass amount to create charge,
while creating charge by using your module i am getting the following error please help me.
[ERROR] : Script Error {
[ERROR] : column = 332;
[ERROR] : line = 1;
[ERROR] : message = "undefined is not an object (evaluating 'r.charges.create')";
[ERROR] : sourceURL = "file:///var/containers/Bundle/Application/48F062B1-EC6C-44DF-8D8D-A2DE01A63AC8/staticFlowScreens.app/alloy/controllers/ravindraPayment.js";
[ERROR] : stack = "e@file:///var/containers/Bundle/Application/48F062B1-EC6C-44DF-8D8D-A2DE01A63AC8/staticFlowScreens.app/alloy/controllers/ravindraPayment.js:1:332";
[ERROR] : }
The text was updated successfully, but these errors were encountered:
do you want to charge the user through the app (as opposed to through a server where the stripe library with the charge method is)? i dont think this works as charging a user requires the private stripe key (and this should not be distributed via the app). my understanding is that this module "just" gets the token and the actual charge takes place on a server
After receiving you token from server send it to your server along with product information item id, price, delivery address etc.
You will need to implement further payment processing on your server like making a charge or creating a customer.
Hi Ravindra,
I have successfully got the token by passing the card details, now i want to pass amount to create charge,
while creating charge by using your module i am getting the following error please help me.
[ERROR] : Script Error {
[ERROR] : column = 332;
[ERROR] : line = 1;
[ERROR] : message = "undefined is not an object (evaluating 'r.charges.create')";
[ERROR] : sourceURL = "file:///var/containers/Bundle/Application/48F062B1-EC6C-44DF-8D8D-A2DE01A63AC8/staticFlowScreens.app/alloy/controllers/ravindraPayment.js";
[ERROR] : stack = "e@file:///var/containers/Bundle/Application/48F062B1-EC6C-44DF-8D8D-A2DE01A63AC8/staticFlowScreens.app/alloy/controllers/ravindraPayment.js:1:332";
[ERROR] : }
The text was updated successfully, but these errors were encountered: