MerchantsApi

interface MerchantsApi

Functions

getMerchants
Link copied to clipboard
@GET(value = merchants)
abstract suspend fun getMerchants(@Query(value = namename: String? = null): Response<MerchantsDto>
Merchants list This endpoint allows you to retrieve a list of merchants with a name, optional merchantID, and optional receipt category that corresponds to the merchant category.