WakaPay Docs

API Reference

countries

← All tags

Purpose

This group contains endpoints tagged together in the OpenAPI spec. Use the summaries below to understand what each endpoint does.

When to use

  • Prefer calling APIs from your backend to avoid exposing secrets.
  • Handle errors consistently and log request IDs for support.
get/countries

Get all countries

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: CountryController_findAlltag: countriespermalink
post/countries

Create a new country

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: CountryController_createtag: countriespermalink
delete/countries/{id}

Delete a country

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: CountryController_removetag: countriespermalink
get/countries/{id}

Get a country by ID

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: CountryController_findOnetag: countriespermalink
patch/countries/{id}

Update a country

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: CountryController_updatetag: countriespermalink
get/countries/code/{code}

Get a country by code

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: CountryController_findByCodetag: countriespermalink
get/countries/public/supported

Get all supported countries

Unknown

No detailed description provided for this operation in the OpenAPI spec.

operationId: CountryPublicController_findAllSupportedtag: countriespermalink
get/countries/supported

Get all supported countries

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: CountryController_findAllSupportedtag: countriespermalink