Implement Payment Methods #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "payment-methods"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR switches away from the old now-deprecated credit card endpoints and to the new payment method endpoints, which includes non-card methods such as Google Pay and PayPal. The Account page has been updated to list all payment methods on file and when making a payment you can select from any method.
Support for adding new methods is limited to just credit cards for the time being, as the Linode API only allows that type (the official Linode cloud manager likely uses some undocumented endpoints to support the other methods).