# 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

## 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

## 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

* Capability to select between Connect cards

* Capability to enter a new card
