Skip to main content
GET
/
payments
/
gateways
cURL
curl --request GET \
  --url https://api.example.com/payments/gateways
[
  {
    "id": "<string>",
    "gateway": "<string>",
    "type": "<string>",
    "enabled": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

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

Query Parameters

recipientId
string
required

Response

200 - application/json

listGateways 200 response

id
string
required
gateway
string
required
type
string
required
enabled
boolean
required