Stripe Gateway Orders
- 13 Jul 2022
- 1 Minute to read
- Print
- DarkLight
Stripe Gateway Orders
- Updated on 13 Jul 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Stripe Gateway Order records in Salesforce are copies of the Order records in Stripe. These records get synced via webhooks. Note that you can't create Orders manually within the Stripe Dashboard.
Order Id
is the Stripe Id of the order record.- Related Gateway Order Items carry Stripe Id's as well.
- Related Gateway Order Items connect the SKU records to the Order; so they are the junction object between Orders and Products.
Create Stripe Gateway Orders from Salesforce
You can create a Stripe Gateway Order record with Line Items and push it into Stripe.
- Create a Stripe Gateway Order record.
- Set Customer and Currency ISO fields.
- Set Shipping Street field (the rest of address-related fields are optional).
- Create at least one related Gateway Order Item record.
- Set the Gateway SKU lookup
- Set the Quantity
- Click Push to Stripe button on the layout.
- You should see populated Status, Amount and Order Id fields.