GetPaymentProviders
Retrieve enabled payment providers in a specific region by providing the region_id. Use this tool to streamline payment integration and ensure region-specific provider availability.
Instructions
Retrieve a list of payment providers. You must provide the region_id query parameter to retrieve the payment providers enabled in that region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| limit | No | ||
| offset | No | ||
| order | No | ||
| region_id | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"fields": {
"type": "string"
},
"limit": {
"type": "number"
},
"offset": {
"type": "number"
},
"order": {
"type": "string"
},
"region_id": {
"type": "string"
}
},
"type": "object"
}