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
+11-32
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,7 @@ namespace Boltpay.SDK
23
23
usingSystem;
24
24
25
25
/// <summary>
26
-
/// Account endpoints allow you to view and manage shoppers' accounts. For example,<br/>
27
-
///
28
-
/// <remarks>
29
-
/// you can add or remove addresses and payment information.<br/>
30
-
///
31
-
/// </remarks>
26
+
/// Use the Accounts API to access shoppers' accounts to empower your checkout and facilitate shoppers' choices.
32
27
/// </summary>
33
28
publicinterfaceIAccount
34
29
{
@@ -55,10 +50,7 @@ public interface IAccount
55
50
/// Edit an existing address
56
51
///
57
52
/// <remarks>
58
-
/// Edit an existing address on the shopper's account. This does not edit addresses<br/>
59
-
/// that are already associated with other resources, such as transactions or<br/>
60
-
/// shipments.<br/>
61
-
///
53
+
/// 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 transactions or<br/>
71
-
/// shipments that are associated with it.<br/>
72
-
///
62
+
/// 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.
68
+
/// Add a payment method
79
69
///
80
70
/// <remarks>
81
-
/// Add a payment method to a shopper's Bolt account Wallet. For security purposes, this request must come from<br/>
82
-
/// your backend because authentication requires the use of your private key.<br /><br/>
83
-
/// **Note**: Before using this API, the credit card details must be tokenized using Bolt's JavaScript library function,<br/>
84
-
/// which is documented in <a href="https://help.bolt.com/developers/references/bolt-tokenizer">Install the Bolt Tokenizer</a>.<br/>
85
-
///
71
+
/// 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 transactions or<br/>
95
-
/// orders that are associated with it.<br/>
96
-
///
80
+
/// Delete an existing payment method. Deleting a payment method does not invalidate or remove it from transactions or orders that are associated with it.
0 commit comments