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"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.