Skip to main content
POST
/
user
/
update-payment-method-meta
Update stored payment method metadata (brand & last4) from Stripe
curl --request POST \
  --url https://api.boosterberg.com-beta.com/v1/user/update-payment-method-meta \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Payment method meta updated successfully"
}

Authorizations

Authorization
string
header
required

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

Response

Returns status and message

status
boolean
Example:

true

message
string
Example:

"Payment method meta updated successfully"