Oneinfinite v1
  • API Integration
    • Getting started
      • Environments
      • Security
    • API reference
      • Payment Methods
      • Checkout Preferences
        • Create a one-time payment
        • Create a Subscription
        • Get a Checkout Preference
      • Payment Orders
        • Get a Payment Order
      • Recurrent Payments
        • Get a Recurrent Payment
    • Webhooks
      • Configure
      • Notifications
    • Supported entities
      • Currencies
  • WooCommerce
    • WooCommerce Plugin
Powered by GitBook
On this page
  1. API Integration
  2. API reference

Checkout Preferences

A Checkout Preference can be configured as either a one-time payment or a subscription.

This is determined by the type field, which can be set to either PAYMENT or SUBSCRIPTION.

Once you have a checkout_preference_id after creating a Checkout Preference, you can redirect your users to the URL received in the field checkout_url

PreviousPayment MethodsNextCreate a one-time payment

Last updated 6 months ago