Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 750 Bytes

File metadata and controls

23 lines (14 loc) · 750 Bytes

AuthorizeTransactionRequestBody

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_token to the request.

Supported Types

models.MerchantCreditCardAuthorization

value: models.MerchantCreditCardAuthorization = /* values here */

models.MerchantCreditCardAuthorizationRecharge

value: models.MerchantCreditCardAuthorizationRecharge = /* values here */