Skip to content

Commit b1f1509

Browse files
fix text readme
1 parent 015bd09 commit b1f1509

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ is as easy as sending a text message to your client!
4949
- [CorporateBalance](#get-your-corporatebalance): View your corporate balance
5050
- [CorporateTransactions](#query-corporatetransactions): View the transactions that have affected your corporate balance
5151
- [CorporateEnums](#corporate-enums): Query enums related to the corporate purchases, such as merchant categories, countries and card purchase methods
52-
- [MerchantCard](#query-merchantcards): Stores information about approved purchase cards for reuse.
53-
- [MerchantSession](#create-a-merchantsession): Manages a session to create a purchase with a new card.
54-
- [MerchantPurchase](#create-a-merchantpurchase): Allows a merchant to charge their customers using debit or credit cards. If the card is new, it is mandatory to create a MerchantSession first. If not, you can send a MerchantPurchase with a cardId.
55-
- [MerchantInstallment](#query-merchantinstallments): Tracks the lifecycle of purchase installments, allowing the merchant to check its settlement and reconcile their purchases.
52+
- [MerchantCard](#query-merchantcards): Stores information about approved purchase cards for reuse
53+
- [MerchantSession](#create-a-merchantsession): Manages a session to create a purchase with a new card
54+
- [MerchantPurchase](#create-a-merchantpurchase): Allows a merchant to charge their customers using debit or credit cards
55+
- [MerchantInstallment](#query-merchantinstallments): Tracks the lifecycle of purchase installments
5656
- [Split](#query-splits): Split received Invoice payments between different receivers
5757
- [SplitReceiver](#create-splitreceivers): Receiver of an Invoice split
5858
- [Webhooks](#create-a-webhook-subscription): Configure your webhook endpoints and subscriptions

0 commit comments

Comments
 (0)