...
https://developers.tabapay.com/docs/apple-pay
Feature Flags
/wiki/spaces/TRX/pages/4110647593
Code Changes
Frontend
It necessary add a new payment processor ( Paycomet ) validation inside the processOrderWithAccount
function to handle the apple pay response.
...
Code Block |
---|
public async makePayment |
Possible Blockers
Paycomet apple pay coming soon
https://www.paycomet.com/en/payment-methods
...
Payment Refactor
Today, refactoring of the payment system is being studied to transform the commitOrder that occurs in the frontend so that it only occurs in the backend. Looking at the current code, the entire Apple Pay payment process takes place in the iPhone SDK and we get the direct response from the SDK. You need to validate how this process will be carried out after payment refactoring.
Reference: RFC-037 - Payments Refactor Proposal
Feature Flags
...
Apple Dashboard Configuration
...
https://developer.apple.com/account
Possible Blockers
Paycomet apple pay coming soon
https://www.paycomet.com/en/payment-methods
...
Payment Refactor
Today, refactoring of the payment system is being studied to transform the commitOrder that occurs in the frontend so that it only occurs in the backend. Looking at the current code, the entire Apple Pay payment process takes place in the iPhone SDK and we get the direct response from the SDK. You need to validate how this process will be carried out after payment refactoring.
Reference: RFC-037 - Payments Refactor Proposal