Skip to main content
POST
/
payment-methods
/
credit-card
/
setup-intent
/
{setup_intent_id}
Sets a valid SetupIntent as the primary payment method
curl --request POST \
  --url https://api-dev.narrative.io/payment-methods/credit-card/setup-intent/{setup_intent_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

setup_intent_id
string
required

Setup Intent ID

Response

200

Success