#roob-Checkout
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
can we build a chekout session with direct charge without creating a product price id previously?
yes
Like no direct charges
I don't understand what do you mean here
example
'line_items' => [
[
'name' => 'Product',
'amount' => 123,
'currency' => 'EUR'
'quantity' => 1,
]
],
this not work for direct charges
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you'd have to pass in price_data
okay we are going to try this thx!