v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Billing

Create Credit Card Setup Intent

Create a Stripe Setup Intent for a Payment Method

post/v1/billing/payment_methods/credit_card_setup_intent

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "result": {
    "setup_intent": "seti_1QtuJoIpHZfwip1PdCiGOP3m_secret_RnVKbIj4EMsIHTt0IUDMSubnEPJlmo9"
  }
}