On This Page
REST API | American Express
Web Transactions Using Cybersource
Decryption
Cybersource
Decryption- When the customer chooses to pay with Apple Pay, you use the Apple Pay JavaScript to request the encrypted payment data from Apple.
- Apple uses the Secure Element to create a payment token and encrypt the token’s payment data before it sends your application using theonpaymentauthorizedcallback function.The payment token is thePKPaymentTokenstructure.
- You forward the encrypted payment data to your order management system.
- Using theCybersourceAPI, you submit the authorization request. In thepaymentInformaton.fluidData.valuefield, include the Base64-encoded value obtained from thepaymentDatafield of thePKPaymentTokenstructure.
- Cybersourcedecrypts the payment data and forwards the information to the payment network, which includes your processor and the relevant payment card company.IMPORTANTUse the Business Center or one of theCybersourceAPI services to capture, credit, or void the authorization. Refer to theCredit Card Servicesguide (see Related information below) for information.