On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/apple-pay/developer/ctv/rest/applepay/applepay-txns-intro/applepay-txn-sale-cybs-ex.md)  
Filter  
FILTER BY TAG

Process an Apple Pay Sale with `Cybersource` Decryption {#applepay-txn-sale-cybs-ex}
====================================================================================

The topics in this section shows you how to process an Apple Pay sale with the *`Cybersource` decryption* implementation of Apple Pay.

* [Basic Steps: Processing a Sale with Cybersource Decryption](/docs/cybs/en-us/apple-pay/developer/ctv/rest/applepay/applepay-txns-intro/applepay-txn-sale-cybs-ex/applepay-txn-sale-cybs-ex-rest-steps.md "")
* [Fields Required to Process a Sale with Cybersource Decryption](/docs/cybs/en-us/apple-pay/developer/ctv/rest/applepay/applepay-txns-intro/applepay-txn-sale-cybs-ex/applepay-txn-sale-cybs-ex-rest-fields.md "")
* [REST Example: Process a Sale with Cybersource Decryption](/docs/cybs/en-us/apple-pay/developer/ctv/rest/applepay/applepay-txns-intro/applepay-txn-sale-cybs-ex/applepay-txn-sale-cybs-ex-rest-code.md "")

A sale bundles an authorization and capture in a single transaction. Request the authorization and capture at the same time. The authorization and capture amounts must be the same.
The `REST` API message for a sale request is the same as the message for an authorization request, except that the sale request message must set the processingInformation.capture field to `true`.

> IMPORTANT
> In the example, the sale transaction is made using a **Visa card** , and the processor is **` Visa Platform Connect `** . If you want to replicate this example for a different card or a different processor, you will need to change some of the API fields in the request message.  
> For more information, see [Cards Supported for Apple Pay on Visa Platform Connect](/docs/cybs/en-us/apple-pay/developer/ctv/rest/applepay/applepay-intro/applepay-intro-supported-cards-cybs-all.md ""). For general information about sale transactions, see the "Standard Payments Processing" section of the [Payments Developer Guide](https://developer.cybersource.com/docs.md#PaymentServices "").  
> RELATED TO THIS PAGE

