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: README.md
+117-65
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,10 @@ is as easy as sending a text message to your client!
49
49
-[CorporateBalance](#get-your-corporatebalance): View your corporate balance
50
50
-[CorporateTransactions](#query-corporatetransactions): View the transactions that have affected your corporate balance
51
51
-[CorporateEnums](#corporate-enums): Query enums related to the corporate purchases, such as merchant categories, countries and card purchase methods
52
-
-[MerchantSession](#merchant-session): The Merchant Session allows you to create a session prior to a purchase. Sessions are essential for defining the parameters of a purchase, including funding type, expiration, 3DS, and more.
53
-
-[MerchantPurchase](#merchant-purchase): The Merchant Purchase resource can be used to charge customers with credit or debit cards. If a card hasn't been used before, a Merchant Session Purchase must be created and approved with that specific card before it can be used directly in a Merchant Purchase.
52
+
-[MerchantCard](#query-merchantcard): The Merchant Card resource stores information about cards used in approved purchases. These cards can be used in new purchases without the need to create a new session.
53
+
-[MerchantSession](#create-a-merchantsession): The Merchant Session allows you to create a session prior to a purchase. Sessions are essential for defining the parameters of a purchase, including funding type, expiration, 3DS, and more.
54
+
-[MerchantPurchase](#create-a-merchantpurchase): The Merchant Purchase resource can be used to charge customers with credit or debit cards. If a card hasn't been used before, a Merchant Session Purchase must be created and approved with that specific card before it can be used directly in a Merchant Purchase.
55
+
-[MerchantInstallment](#query-merchantinstallment): Merchant Installments are created for every installment in a purchase. These resources will track its own due payment date and settlement lifecycle.
54
56
-[Split](#query-splits): Split received Invoice payments between different receivers
55
57
-[SplitReceiver](#create-splitreceivers): Receiver of an Invoice split
56
58
-[Webhooks](#create-a-webhook-subscription): Configure your webhook endpoints and subscriptions
The Merchant Purchase resource can be used to charge customers with credit or debit cards.
2429
2460
If a card hasn't been used before, a Merchant Session Purchase must be created and approved with that specific card before it can be used directly in a Merchant Purchase.
0 commit comments