33

Stripe Issuing – An API for creating physical and virtual cards

 5 years ago
source link: https://www.tuicool.com/articles/hit/mMZZzyb
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
{
    id: 'ic_hiahsdfUNihkasdf879',
    object: issuing_card,
    authorization_controls: {
      allowed_categories: null,
      blocked_categories: null,
      currency: null,
      max_amount: null,
      max_approvals: null,
    },
    billing: {
      address: {
        city: 'beverly hills',
        country: 'US',
        line1: '123 fake st',
        line2: null,
        postal_code: 90210,
        state: 'CA',
      }
    },
    brand: 'Visa',
    cardholder: null,
    created: 1528481070,
    currency: 'usd',
    exp_month: 12,
    exp_year: 2022,
    last4: 1984,
    livemode: false,
    metadata: {
    },
    name: 'Jenny Rosen',
    shipping: null,
    status: 'inactive',
    type: 'physical',
  }

Stripe Issuing is an end-to-end platform for quickly creating, distributing, and managing physical and virtual cards. It’s infrastructure that enables you to do things like create employee expense cards with dynamic spending limits, generate virtual cards so marketplace couriers can pay with their phones at specific merchants, or run the entire card stack for a new digital bank.

Traditionally, card issuance has involved extensive development time, complex requirements, long-term contracts, and significant upfront fees. But with Stripe Issuing, we help abstract the complexity so you can start creating cards faster and scale more efficiently.

How it works

  • Implement theStripe Issuing API with just a few lines of code.
  • Use the API or Dashboard to produce physical and virtual cards. Physical cards can feature customizable designs, and ship in a few days. Cards can be used instantly through mobile wallets.
  • Programmatically assign spending controls with webhooks. This lets you implement approved merchant categories, spending controls, per-user bookkeeping, and other restrictions.
  • Automate operational tasks, such as handling disputes, replacing cards, and generating custom reports.
{
    id: 'ic_hiahsdfUNihkasdf879',
    object: issuing_card,
    authorization_controls: {
      allowed_categories: null,
      blocked_categories: null,
      currency: null,
      max_amount: null,
      max_approvals: null,
    },
    billing: {
      address: {
        city: 'beverly hills',
        country: 'US',
        line1: '123 fake st',
        line2: null,
        postal_code: 90210,
        state: 'CA',
      }
    },
    brand: 'Visa',
    cardholder: null,
    created: 1528481070,
    currency: 'usd',
    exp_month: 12,
    exp_year: 2022,
    last4: 1984,
    livemode: false,
    metadata: {
    },
    name: 'Jenny Rosen',
    shipping: null,
    status: 'inactive',
    type: 'physical',
  }

Stripe Issuing is certified directly with all major card networks as an issuing processor, which ensures reliability and rapid feature releases. It includes support for Apple Pay and Google Pay, allows programmatic dispute handling, and provides real-time authorization hooks. And Stripe Issuing is built on the core Stripe platform that processes billions of dollars of payments annually, so it integrates with the full suite of Stripe products to seamlessly handle workflows for verifications, balances, and account funding.

To get started,request an invitationandexplore the docs to learn how creating cards can be as effortless as accepting them. We can’t wait to see what you build.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK