Skip to main content
GET
/
user
/
update-payment-method
Send user to stripe to create new payment methpd
curl --request GET \
  --url https://api.boosterberg.com-beta.com/v1/user/update-payment-method \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Returns status or error message

url
string