Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

image-20231206-072343.png

After the payment, several things can happen. If the payment succeeds normally, you can focus on payout options from Stripe, sending email receipts, and triggering workflows to fulfill the customer’s order. When it’s more complicated, Stripe guides things like declined cards, refunds, disputes, and fraud. More about payouts here.

Stripe payout is the heart of the gateway reconciliation process. It will retrieve all transactions stored against certain Stripe account in a specific date range. These transactions will be stored on a temporary table and will then be reconciled against existing known Salesforce Transactions.

The Gateway Reconciliation process is something that can be run every couple of days and will generally find all transactions in the gateway, then match those with the transactions in Salesforce and alert the operator to any differences on either side.

  • No labels