> ## Documentation Index
> Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

**Getting Started**

To start using Global Collection APIs,

You can generate your API credentials using the below steps, as applicable.

<Tabs>
  <Tab title="Partner">
    <img height="200" src="https://mintcdn.com/cashfreepayments-d00050e9/qsaxjAgGR7S8hUG_/static/images/cross-border/gc/gc-partner-keygen-1.jpg?fit=max&auto=format&n=qsaxjAgGR7S8hUG_&q=85&s=9b9295ba5fe31e5c5a7c328f0bca6fc1" data-path="static/images/cross-border/gc/gc-partner-keygen-1.jpg" />

    <img height="200" src="https://mintcdn.com/cashfreepayments-d00050e9/qsaxjAgGR7S8hUG_/static/images/cross-border/gc/gc-partner-keygen-2.jpg?fit=max&auto=format&n=qsaxjAgGR7S8hUG_&q=85&s=db16e6e5941fe67e8d5bbb563376e8e4" data-path="static/images/cross-border/gc/gc-partner-keygen-2.jpg" />
  </Tab>

  <Tab title="Merchant">
    <img height="200" src="https://mintcdn.com/cashfreepayments-d00050e9/n-suTZf6s1RFRhjM/static/images/cross-border/gc/gc-merchant-keygen-1.gif?s=b09910c3b162ebe2bc5d720bf0f86c38" data-path="static/images/cross-border/gc/gc-merchant-keygen-1.gif" />
  </Tab>
</Tabs>

***

Based on who you are, consider the below values in the API requests

<Note>
  | Cashfree Merchant | Cashfree Partner     |
  | :---------------- | :------------------- |
  | x-client-id       | x-partner-api-key    |
  | x-client-secret   | x-partner-merchantid |
</Note>

**Global Collections List of APIs**

| API name                                                                                                                                          | Description                                                                                                                                           |
| :------------------------------------------------------------------------------------------------------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Get Token](/api-reference/payments/previous/v2023-08-01/international-payments/global-collections/partner/auth-get-token)                        | This API generates a new token.                                                                                                                       |
| [Verify Token](/api-reference/payments/previous/v2023-08-01/international-payments/global-collections/partner/auth-verify-token)                  | Verify the authentication token generated. The response will be ‘Token is not valid’ if the token does not exist, invalid or has been expired.        |
| [Get Collection Accounts](/api-reference/payments/previous/v2023-08-01/international-payments/global-collections/partner/get-collection-accounts) | This API fetches all the virtual accounts that are linked with this account.                                                                          |
| [Get Transactions](/api-reference/payments/previous/v2023-08-01/international-payments/global-collections/partner/get-transactions)               | Use this API to get all the transaction details within a time interval.                                                                               |
| [Add Transaction Details](/api-reference/payments/previous/v2023-08-01/international-payments/global-collections/partner/add-transaction-details) | Use this API to add transaction details to upload multiple invoices until the cumulative total of all invoice amounts matches the transaction amount. |
| [Simulate Transaction](/api-reference/payments/previous/v2023-08-01/international-payments/global-collections/partner/simulate-transaction)       | Use this API to simulate funding to any of the virtual accounts of your merchants.                                                                    |
