Support #860
openBraintree Drop In Update
0%
Description
Braintree is eliminating the Perl drop in completely in June. We need to migrate all V3 payment pages from the perl drop in to the Javascript drop in. Please view https://developer.paypal.com/braintree/docs/guides/drop-in/overview/javascript/v3/ to see technical requirements for the move.
Updated by George Howington 4 days ago
Hi Leo,
The following will need to be updated:
RAILS (Payments Only):
- There are a total of 3 rails servers that need an update. These include the following:
(1) geseis.mexicoinsuranceonline.com
- https://github.com/International-Ins/mio-rails-esurance
(2) geico.app.mexicoinsuranceonline.com
- https://github.com/International-Ins/mio-rails-geico
(3) https://www.mexpro.com/en-US/
- https://github.com/International-Ins/mexpro-rails
V3: (Payments/endorsements/refunds)
Payments occur at the end of each process:
(1) Homeowners: /mexico-home-owners/quote/quote_step_6.mhtml?session_id=xxx
(2) Watercraft:/mexico-wc/app/?aff_id=1023&session_id=xxx&step=4
(3) Auto: /app/?aff_id=11745&session_id=xxx#step_5
(4) progressive (prg.mexpro.com): /app/review/?aff_id=10462&session_id=xxx&q_id=xxx
Endorsements (Need to log into the system to access)
(1) Auto
(a) Edit vehicles:/bts/dmcp/policy_maint/edit_policy_part.mhtml?mode=vehicle_info_endorse
(b) Add Trailers: /bts/dmcp/policy_maint/edit_policy_part.mhtml?mode=add_trailer_endorse
(2) Watercraft - NA
(3) HomeOwners - NA
Refunds (Cancellation)
(1) Auto/Watercraft/HomeOwners: /bts/dmcp/policy_maint/edit_policy_part.mhtml?mode=void_policy&pk=
Please let me know if you have any questions, and thank you.
--George