#ArytonisAwesome
1 messages · Page 1 of 1 (latest)
Hi there, I don't have the details on how Shopify implemented the Stripe integration, so you might want to check with Shopify directly.
Alternatively you can consider using Stipe's no-code solution PaymentLink https://stripe.com/en-sg/payments/payment-links. When your customer opens a PaymentLink URL, it automatically generate a checkout session under the hood.
actually I need to authorize a customers card and capture it at a later date. would payment link support that?
Yes, you can set the capture_method to manual. https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-payment_intent_data. This option is not available in Dashboard, so you need to write some codes
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.