Skip to content

Commit 6439b56

Browse files
fix readme
1 parent a752130 commit 6439b56

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ is as easy as sending a text message to your client!
5050
- [CorporateBalance](#get-your-corporatebalance): View your corporate balance
5151
- [CorporateTransactions](#query-corporatetransactions): View the transactions that have affected your corporate balance
5252
- [CorporateEnums](#corporate-enums): Query enums related to the corporate purchases, such as merchant categories, countries and card purchase methods
53-
- [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.
54-
- [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.
55-
- [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.
56-
- [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.
53+
- [MerchantCard](#query-merchantcards): Stores information about approved purchase cards for reuse.
54+
- [MerchantSession](#create-a-merchantsession): Manages a session to create a purchase with a new card.
55+
- [MerchantPurchase](#create-a-merchantpurchase): Allows a merchant to charge their customers using debit or credit cards
56+
- [MerchantInstallment](#query-merchantinstallments): Tracks the lifecycle of purchase installments
5757
- [Webhooks](#create-a-webhook-subscription): Configure your webhook endpoints and subscriptions
5858
- [WebhookEvents](#process-webhook-events): Manage webhook events
5959
- [WebhookEventAttempts](#query-failed-webhook-event-delivery-attempts-information): Query failed webhook event
@@ -4090,7 +4090,7 @@ func main() {
40904090

40914091
```
40924092

4093-
## Query MerchantCard
4093+
## Query MerchantCards
40944094

40954095
The Merchant Card resource stores information about cards used in approved purchases.
40964096
These cards can be used in new purchases without the need to create a new session.
@@ -4348,7 +4348,7 @@ func main() {
43484348
}
43494349
```
43504350

4351-
## Query MerchantInstallment
4351+
## Query MerchantInstallments
43524352

43534353
Merchant Installments are created for every installment in a purchase.
43544354
These resources will track its own due payment date and settlement lifecycle.

0 commit comments

Comments
 (0)