POST
/v1/integrations/stripe/{familyId}/payment-methods/{paymentMethodId}/set-default
curl \
--request POST 'https://api.classmanager.io/v1/integrations/stripe/fml_123123123123/payment-methods/pm_123123123123/set-default'
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}