Stripe Gateway Orders
  • 13 Jul 2022
  • 1 Minute to read
  • Dark
    Light

Stripe Gateway Orders

  • Dark
    Light

Article Summary

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.

M_03_05 stripe gateway orders 1

  • 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.

M_03_05 stripe gateway orders 2

Create Stripe Gateway Orders from Salesforce

You can create a Stripe Gateway Order record with Line Items and push it into Stripe.

  1. Create a Stripe Gateway Order record.
  2. Set Customer and Currency ISO fields.
  3. Set Shipping Street field (the rest of address-related fields are optional).
  4. Create at least one related Gateway Order Item record.
    • Set the Gateway SKU lookup
    • Set the Quantity
  5. Click Push to Stripe button on the layout.
  6. You should see populated Status, Amount and Order Id fields.