#RichCS
1 messages · Page 1 of 1 (latest)
if we are redirected back from the checkout we can assume that the payment was taken successfully?
This is correct if you're only taking cards
So for one off card payments that is true and subscriptions, delayed payments etc... would be the web hook.
Just so I am clear @harsh ferry what are the cases where it is not correct? I assume card payments include apple pay, google pay, etc...
Right, so for delayed payment methods, you wouldn't be able to rely on the redirect for successful payment (only successful Payment Method creation). So the redirect basically says, "I definitely got your payment credentials and if it was a card payment, then a payment was also successful)