#RohitK
1 messages · Page 1 of 1 (latest)
hi! what exact problem are you running into?
I Have followed the following link
https://stripe.com/docs/payments/affirm/accept-a-payment
I have already integrated the Stripe connect in my application. Now want t add the affirm in it.
Can I use the same payment intent which I am using for the stripe connect. Please confirm.
it really depends, for example what type of account (Standard/Express/Custom) and what type of charge(Direct Charge/Destination Charge). It's all possible though yes.
We are having standard account type and creating destination charge
cool, then it should just work really, did you run into specific problems when trying it?
you'd just turn Affirm on in your Dashboard payment method settings, or pass affirm to the payment_method_types array on your PaymentIntent if integrating that way
Let me check the settings may be I missed that