> ## Documentation Index
> Fetch the complete documentation index at: https://telr-docs.cashfree.com/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/telr/QYIPyEjaMmXL4dfT/static/images/cross-border/gc/gc-partner-keygen-1.jpg?fit=max&auto=format&n=QYIPyEjaMmXL4dfT&q=85&s=bedc33aa6ac385087d37e3954097f739" data-path="static/images/cross-border/gc/gc-partner-keygen-1.jpg" />

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

  <Tab title="Merchant">
    <img height="200" src="https://mintcdn.com/telr/QYIPyEjaMmXL4dfT/static/images/cross-border/gc/gc-merchant-keygen-1.jpg?fit=max&auto=format&n=QYIPyEjaMmXL4dfT&q=85&s=e234a28865fb4bf33531671a36936e93" data-path="static/images/cross-border/gc/gc-merchant-keygen-1.jpg" />

    <img height="200" src="https://mintcdn.com/telr/QYIPyEjaMmXL4dfT/static/images/cross-border/gc/gc-merchant-keygen-2.jpg?fit=max&auto=format&n=QYIPyEjaMmXL4dfT&q=85&s=8c6d4dafd1335f689c141c24141c5364" data-path="static/images/cross-border/gc/gc-merchant-keygen-2.jpg" />

    <img height="200" src="https://mintcdn.com/telr/QYIPyEjaMmXL4dfT/static/images/cross-border/gc/gc-merchant-keygen-3.jpg?fit=max&auto=format&n=QYIPyEjaMmXL4dfT&q=85&s=2bf7fd1445211476cb8dd86765d9fb0b" data-path="static/images/cross-border/gc/gc-merchant-keygen-3.jpg" />
  </Tab>
</Tabs>

***

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

<Note>
  | Telr Merchant   | Telr 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/cross-border/global-collections/partner/auth-get-token)                        | This API generates a new token.                                                                                                                       |
| [Verify Token](/api-reference/payments/previous/v2023-08-01/cross-border/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/cross-border/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/cross-border/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/cross-border/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/cross-border/global-collections/partner/simulate-transaction)       | Use this API to simulate funding to any of the virtual accounts of your merchants.                                                                    |
