/api/v1/railsPublished contract, not open列出支付方式
支付通道目录,包含货币、服务国家、p50和p95延迟、工作日规则、截止时间、每笔操作限额(以最小单位计)、费用和受益人字段模式。该模式使您能够生成支付表单,而无需逐个国家编码。
身份验证: Authorization: Bearer … 参见身份验证
参数
| 字段 | 类型 | 描述 |
|---|---|---|
country | string | ISO 3166-1 alpha-2过滤器。 |
currency | string | ISO 4217过滤器。 |
phase | string | live、beta、planned或never。 |
limit | integer | 页面大小,1到100,默认50。 |
cursor | string | 上一次调用返回的不透明游标。 |
curl -sS 'https://fiatside.com/api/v1/rails?country=BR' \
-H 'Authorization: Bearer sk_live_...'{
"data": [
{
"id": "br_pix",
"slug": "pix",
"name": "PIX",
"kind": "instant_bank",
"currency": "BRL",
"countries": ["BR"],
"phase": "live",
"settlement": { "p50Minutes": 1, "p95Minutes": 10, "businessDaysOnly": false },
"limits": { "minMinor": 1000, "maxMinor": 5000000, "decimals": 2 },
"fees": { "fixedMinor": 0, "bps": 0 },
"fields": [
{ "name": "pixKeyType", "type": "select", "required": true },
{ "name": "pixKey", "type": "text", "required": true, "maxLength": 77 },
{ "name": "taxId", "type": "text", "required": true, "pattern": "^[0-9]{11}$" }
],
"verifiedAt": "2026-09-02"
}
],
"next_cursor": null
}- 关闭的通道会返回其阶段和原因,而不是从列表中移除。无法看到通道消失原因的集成会询问自己的支持。
可能的错误: unauthorized, invalid_request. 完整目录