I have to use stripe connect with auth and capture feature with standalone accounts in php. But when I pass the chargeID to authenticated charge to capture payment. It says no such chargeId. If someone can help me with an example of this it would be great because theory alone is not working for me. Thanks is advance.
How does stripe connect auth and capture works with PHP?
175 views Asked by AudioBubble At
1
Its better to show your code/error message here to give appropriate suggestions.
Check if Pre Auth successfully done in Your Stripe Account with same ID which you are passing for capture.
If yes try below code ref