Accept a Zip payment
Learn how to accept Zip, a popular buy now, pay later payment method in Australia and the US.
Caution
Stripe can automatically present the relevant payment methods to your customers by evaluating currency, payment method restrictions, and other parameters.
- Follow the Accept a payment guide to build a Checkout integration that uses dynamic payment methods.
- If you don’t want to use dynamic payment methods, follow the steps below to manually configure the payment methods in your Checkout integration.
Zip is a buy now, pay later payment method that allows customers to split purchases over a series of payments.
Customers authenticate a payment on Zip website and there is immediate notification about the success or failure of a payment.
Determine compatibility
A Checkout Session must satisfy all the following conditions to support Zip payments:
- Prices for all line items must be expressed in Australian Dollar (currency code
aud) or United States Dollar (currency codeusd).
Accept a Zip payment
Note
Build an integration to accept a payment with Checkout before using this guide.
Make the following updates to your card payment integration to enable Zip.
Enable Zip as a payment method
When creating a new Checkout Session, you need to:
- Add
zipto the list ofpayment_method_ types - Make sure all your
line_use theitems audorusdcurrency.
Fulfill your orders
After accepting a payment, learn how to fulfil orders.
Test your integration
When testing your Checkout integration, select Zip as the payment method and click Pay.