---
title: "Collection Methods"
method: GET
path: "/v3/metadata/collect"
---

# Collection Methods

`GET /v3/metadata/collect`

This allows you to check the collection methods available for a given buyer/seller country. This also shows the supported collection methods for the invoice currency and country corridor, the banks and type of accounts that will be available.

## Query parameters

- `amount` integer, required
- `invoice_currency` string, required
- `customer_country` string, required

## Response `200`

200

- object
  - `status` string — Indicates whether the request to fetch available payment methods or quote was successful.
  - `data` object — Contains details about country, currency, amount, and available payment methods.
    - `customer_country` string — Country code (ISO 3166-1 alpha-2) where the payment is being made.
    - `invoice_currency` string — Currency of the invoice or payment (ISO 4217 format).
    - `is_items_required` boolean — Indicates if itemized details are required for the payment method.
    - `amount` integer — Invoice amount in the smallest currency unit (e.g., cents).
    - `payment_methods` object[] — List of available payment methods with corresponding rates, limits, and display details.
      - `type` string — Unique code representing the payment method type.
      - `display_name` string — Display-friendly name for the payment method.
      - `family` string — Family category of the payment method, indicating its type of transfer or operation.
      - `group` string — Classification group of the payment method, such as 'APM' or 'Card'.
      - `currency` string — Currency supported by this payment method (ISO 4217 format).
      - `exchange_rate` number — Exchange rate applied from the invoice currency to the payment method currency.
      - `amount` integer — Converted amount the payer will pay in the payment method currency.
      - `transaction_fee` integer — Transaction fee applicable for this payment method in the payment method currency's smallest unit.
      - `banks` string[] — List of supported banks for this payment method, if applicable.
      - `logo` string[] — List of downloadable logo URLs for displaying the payment method branding.
      - `notification_type` string — Indicates if payment confirmation is synchronous or asynchronous.
      - `experience_type` string — Indicates the payment experience type, such as 'redirect' or 'inline'.

---

[API](https://skmtc.net/tazapay/apis/sandbox.md) · [All operations](https://skmtc.net/tazapay/apis/sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tazapay/sandbox/revisions/bf5f4b8f6f5d/schema)
