billing
internal

Setup payment method (collect card without charging)

post/api/billing/setup-payment-method

Request body

urlstring required

Response

Setup session URL

datastring
errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.16.2"
  }
}

Changes