API-58 docs: add Billing object for MoTo AVS support#196
Open
ecunado wants to merge 2 commits into
Open
Conversation
Documents the new billing field (zipCode, address) accepted by POST /transactions for moToSale and moToPreAuthorization, used for Address Verification Service. Matches the cloudapi implementation on feature/avs-moto and the terminal-side support shipped in hapi-android.
POST /moto/sale now accepts the same optional billing address used for Address Verification Service (AVS) as the Transaction Request Object, matching Viscus's ecomm API support for AVS on MOTO sale.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
billingobject (zipCode,address) used for Address Verification Service (AVS), on:moToSaleandmoToPreAuthorizationoperations sent viaPOST /transactions.MotoSaleRequestobject, forPOST /moto/sale(server-to-server MOTO sale via card token, no terminal involved).## Billingreference section inrestobjects.md, modeled on the existingMoney Remittance Options/Bypass Optionssections.Context
hapi-android(PRs #3104, #3107, #3108, #3115)./transactionsand/moto/saleis implemented on branchfeature/avs-moto(ticket API-58, cloudapi PR #456).POST /ecomm/v1/moto/sale, gated by the merchant'savsEnabledagreement flag —billingis intentionally absent from refund/reversal, since AVS only applies at authorization time.Test plan
restobjects.mdpage in the docs site#billinganchor link resolves correctly from both the Transaction Request Object and MotoSaleRequest properties tables