#stricks
1 messages ยท Page 1 of 1 (latest)
What API are you using to accept payments if not Payment Intents?
Charges API - Stripe::Charge
Ah it should be the same with charges as with PaymentIntents: https://stripe.com/docs/api/charges/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Have you read: https://stripe.com/docs/account/statement-descriptors
yeah I was on this exact page, that's why I mention I'm not using Intents API ๐
should be the same property then, right?
statement_descriptor_suffix?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you sir, you saved me ๐