#Madhu

1 messages · Page 1 of 1 (latest)

broken peakBOT
rich niche
#

Hello can you tell me more about the issue that you are seeing? Are you getting an error message or are some fields simply not appearing?

#

That appears to be our legacy Checkout integration. Are you developing this for the first time now or are you maintaining a legacy site? I'm happy to help either way, but if you are starting now I have alternative methods that may be easier to work with

icy badge
#

Fields are not appearing in one page

#

I am developing for first time

#

Please send me the alternative work. Thank you so much

rich niche
icy badge
#

this.handler = StripeCheckout.configure({

key: _global.stripeKey,

image: _global.headerImg,

locale: 'auto',

billingAddress: true,

token: function (token, status) {

//debugger;

stripe.token = token;

//save the token to process the itemdetail.

//_global.createInvoiceDetail();

//window.close();

}

});

// Open Checkout with further options:

this.handler.open({

email: 'sebastian.ormaechea@togetherwork.com',

name: _billtoName,

description: _name,

amount: _amount,

billingAddress: true,

currency: "usd",

});

using https://checkout.stripe.com/checkout.js

rich niche
#

Yeah I would recommend not using legacy Checkout right now. We still support it but it has a lot less features and is harder to use than our current offerings

icy badge
#

Thank you. I will check it now

#

Do you have any client side scripting for me to quickly setup and see how it works

#

We need to implement this in client side

rich niche
icy badge
#

We need to implement complete checkout stripe code in our Dynamics CRM pages

#

I am trying to do some POC

rich niche
#

I am not that familiar with Dynamics CRM. Are you saying you don't have a backend here at all?

icy badge
#

Yes, we have back end but need to implement Stripe checkout page on client side scripting. Once I got tokens then I can use backend calls

rich niche
#

The docs that I linked to specify both server side and client side code that you can use here

icy badge
#

Just looking for client side scripting to display complete checkout page

rich niche
#

How is that different from the javascript code that we show in those docs? Can you tell me more about what you want this client side code to do?

icy badge
#

We just need Javascript code. When I use above code it is only displaying few fields on form. I need to use new script

#

his.handler = StripeCheckout.configure({

                key: _global.stripeKey,

                image: _global.headerImg,

                locale: 'auto',

                billingAddress: true,

                token: function (token, status) {

                    //debugger;

                    stripe.token = token;

                    //save the token to process the itemdetail.

                    //_global.createInvoiceDetail();

                    //window.close();

                }

            });

            // Open Checkout with further options:

            this.handler.open({

                email: 'sebastian.ormaechea@togetherwork.com',

                name: _billtoName,

                description: _name,

                amount: _amount,

                billingAddress: true,

                currency: "usd",

            });

using https://checkout.stripe.com/checkout.js

#

This is what I am using

rich niche
#

The docs that I linked to have new javascript code to use

#

Even that code that you showed would have to use server side code to work properly

icy badge
#

Thank you. I will try new code

broken peakBOT
fluid socketBOT
#

This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact