Feature proposal #7393
closedStripe: implement support for checkout hosted payment page
Description
Stripe is implementing hosted payment pages using their checkout API instead of only the JS based popup. Implement support for the hosted payment page usage. Note it's in beta, but it's a production available beta.
Updated by krileon almost 6 years ago
https://stripe.com/docs/payments/checkout
May or may not work in a dynamic environment like CBSubs. Seams products and plans would need to be pre-created then offered to them on the hosted page.
Updated by krileon almost 6 years ago
- Project changed from 2 to CB Paid Subscriptions
- Target version changed from CbSubs 4.4.1 to 4.6.0
Updated by krileon almost 6 years ago
Needs to come out of Beta before implementing as most of the naming structure will change since they've hardcoded "beta" into a lot of the API.
Updated by krileon over 5 years ago
This looks like it'll be replacing the current popup method so in addition to adding this the current popup usage would need to go away once this comes out of beta.
Updated by krileon over 5 years ago
This is no longer in Beta. This also will deprecate "Popup (Checkout)" and "Button (Stripe JS)" usages in favor of single "Hosted (Checkout)".
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 60 to 100
Implemented in MR !156
Updated by beat over 5 years ago
- Status changed from Resolved to Closed
- Target version changed from 4.6.0 to 4.3.1