You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.
When using this resource URI: https://api.chargify.com/api/v2/subscriptions/<subscription.id>/card_update
the correct resource parameter to use is: payment_profile[first_name]
When using this resource URI: https://api.chargify.com/api/v2/signups
the correct parameter is: signup[payment_profile][first_name]
However, sending signup[payment_profile][first_name] to the card_update URI will:
Essentially, it does neither action (signup/card_update) successfully yet still returns 200.
The text was updated successfully, but these errors were encountered: