List Payment Providers
GET
/store/payment-providers
Payment Providers
region_id
query parameter to retrieve the payment providers enabled in that region.Request Request Example
JavaScript
Shell
Java
Swift
curl --location -g --request GET '{{BASE_URL}}/store/payment-providers?region_id' \
--header 'x-publishable-api-key;'
Response Response Example
200 - Example 1
{
"limit": 0,
"offset": 0,
"count": 0,
"payment_providers": [
{
"id": "string"
}
]
}
Request
Query Params
fields
string
fields
+
it will be added to the default fields, using -
will remove it from the default fields. without prefix it will replace the entire default fields.offset
number
offset
limit
number
limit
order
string
order
-
.region_id
string
region_id
Header Params
x-publishable-api-key
string
required
Responses
Modified at 2025-06-17 04:21:30