curl --request PUT \
--url https://api.getcargo.io/v1/billing/subscription/paymentMethod \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"paymentMethodId": "<string>"
}
'{}Update the payment method on file
curl --request PUT \
--url https://api.getcargo.io/v1/billing/subscription/paymentMethod \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"paymentMethodId": "<string>"
}
'{}Was this page helpful?