Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Accept a Zip payment


Accept a Zip payment

Checkout

Direct API

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 of 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 code usd ).

Accept a Zip payment

Note

Build an integration to accept a payment with Checkout before using this guide.

Enable Zip as a payment method

When creating a new Checkout Session, you need to:

  1. Enable Zip in your Dashboard. Stripe automatically displays Zip to eligible customers using dynamic payment methods . If you currently specify payment _ method _ types , see the migration guide .
  2. Make sure all your line _ items use the aud or usd currency.

Command Line

Select a language

cURL

Stripe CLI

Ruby

Python

PHP

Java

Node.js

Go

.NET

No results

Fulfill your orders

After accepting a payment, learn how to fulfill orders.

Test your integration

When testing your Checkout integration, select Zip as the payment method and click Pay.

Handle refunds and disputes

Learn more about Zip disputes and refunds.

See also

Last verified 2026-09-24

Is this helpful?