Skip to main content

Get Wallet Providers

Returns a list of available provider accounts for creating wallets. Use the id from this response when creating a wallet.


Endpoint​

GET /api/v2/organizations/{org_id}/wallets/providers

Path Parameters​

ParameterTypeRequiredDescription
org_idstringYesYour organization ID

Request​

curl -X GET "https://api.4pay.cc/api/v2/organizations/{org_id}/wallets/providers" \
-H "Authorization: Bearer YOUR_API_KEY"

Response​

200 OK
{
"data": [
{
"id": "1f01110f-e8b1-6188-80e5-52f68afc03c5",
"name": "Default Provider",
"currency": "USD"
}
]
}

Response Fields​

FieldTypeDescription
idstring (UUID)Provider account ID — use this when creating a wallet
namestringHuman-readable provider name
currencystringCurrency supported by this provider