FX Quotes 

The FX Quotes API provides three functions:

  • View Stripe’s current exchange rate for any given currency pair.
  • Extend quoted rates for a 1-hour period or a 24-hour period, minimzing uncertainty from FX fluctuations.
  • Preview the FX fees Stripe will charge on your FX transaction, allowing you to anticipate specific settlement amounts before payment costs.

View the docs

Mandates 

A Mandate is a record of the permission that your customer gives you to debit their payment method.

Payment Intents 

A PaymentIntent guides you through the process of collecting a payment from your customer. We recommend that you create exactly one PaymentIntent for each order or customer session in your system. You can reference the PaymentIntent later to see the history of payment attempts for a particular session.

A PaymentIntent transitions through multiple statuses throughout its lifetime as it interfaces with Stripe.js to perform authentication flows and ultimately creates at most one successful charge.

Related guide: Payment Intents API