#Cheelin-Direct API integration
1 messages · Page 1 of 1 (latest)
Hi there, if you've handled PCI compliance by youself. You can pass the PAN to the PaymentMethods API (https://stripe.com/docs/api/payment_methods/create?lang=php#create_payment_method-card) to create a PaymentMethod, and this PaymentMethod to PaymentIntent API (https://stripe.com/docs/api/payment_intents?lang=php#payment_intents) to make a charge.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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 should also take a look at https://stripe.com/docs/security/guide for the PCI requirement for an API direct integration.