You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Boltpay/SDK/Account.cs
+21-21
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public interface IAccount
35
35
/// Retrieve a shopper's account details, such as addresses and payment information. The account's details are filtered to be relevant to your merchant account, and some fields may be missing for some accounts. See the schema for details.
/// Edit an existing address on the shopper's account. This does not edit addresses that are already associated with other resources, such as transactions or shipments.
/// Delete an existing address. Deleting an address does not invalidate or remove the address from transactions or shipments that are associated with it.
/// Add a payment method to a shopper's Bolt Account Wallet. For security purposes, this request must come from your backend. <br/> **Note**: Before using this API, the credit card details must be tokenized by Bolt's credit card tokenization service. Please review our <a href="https://help.bolt.com/products/ignite/api-implementation/#enhance-payments">Bolt Payment Field Component</a> or <a href="https://help.bolt.com/developers/references/bolt-tokenizer">Install the Bolt Tokenizer</a> documentation.
/// Delete an existing payment method. Deleting a payment method does not invalidate or remove it from transactions or orders that are associated with it.
Copy file name to clipboardExpand all lines: Boltpay/SDK/Guest.cs
+10-10
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public interface IGuest
32
32
/// Initialize a Bolt guest shopper's intent to pay for a cart, using the specified payment method. Payments must be finalized before indicating the payment result to the shopper. Some payment methods will finalize automatically after initialization. For these payments, they will transition directly to "finalized" and the response from Initialize Payment will contain a finalized payment.
/// Finalize a pending payment being made by a Bolt guest shopper. Upon receipt of a finalized payment result, payment success should be communicated to the shopper.
0 commit comments