# AXO Additional Integration ## Transaction API You will need to ensure that you are correctly passing the following information in your [Transaction Sale API](https://developer.paypal.com/braintree/docs/reference/request/transaction/sale) * [Billing Address](https://developer.paypal.com/braintree/docs/reference/request/transaction/sale#billing) * [Shipping Address](https://developer.paypal.com/braintree/docs/reference/request/transaction/sale#shipping) ## Remove billing same as shipping For the Ryan use case after authentication, BigCommerce should remove the shipping as billing checkbox as they will be using the data from Connect profile ![](https://hackmd.io/_uploads/HJ4vTBKS3.png) ## Select shipping address Shipping address closely implemented as designed in Figma with the following capabilities: * First shipping address returned from Connect profile is listed as selected * Capability to select between Connect addresses * Capability to enter a new address ![](https://hackmd.io/_uploads/B1eo0xItS2.png) ## Select payment method Card selection closely implemented as designed in Figma with the following capabilities: * First card returned from Connect profile is listed as selected ![](https://hackmd.io/_uploads/BJtAZIKrn.png) * Capability to select between Connect cards ![](https://hackmd.io/_uploads/HkFJG8FBn.png) * Capability to enter a new card ![](https://hackmd.io/_uploads/HyClG8FH2.png)