cURL
curl --request GET \ --url https://api.cadanapay.com/v1/providers
{ "data": [ { "code": "BR123", "name": "Nubank Brazil", "countryCode": "BR", "currency": "BRL", "type": "bank" } ] }
Get a list of providers for a given country code
The country code in ISO 3166-1 alpha-2 format
OK
Show child attributes