Skip to main content
GET
/
providers
/
refund-capability
List providers and their refund mode
curl --request GET \
  --url https://api.privataswap.com/partner/v1/providers/refund-capability
{
  "providers": [
    {
      "code": "<string>",
      "window_hours": 123,
      "sla_hours": 123,
      "fee_pct": 123,
      "fee_network": true
    }
  ],
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.privataswap.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

OK

providers
object[]
updated_at
string<date-time>