Authorize a Transaction
- •
merchant_credit_card_authorization: For authorizing with a new, unsaved card. This can be for a guest checkout flow, one-time payment, or an existing Bolt shopper. - •
merchant_credit_card_authorization_recharge: For authorizing a card using a shoppers saved payment methods. - • Anytime the shopper is paying while logged-in attach their OAuth
access_tokento the request.
value: models.MerchantCreditCardAuthorization = /* values here */value: models.MerchantCreditCardAuthorizationRecharge = /* values here */