Skip to main content
GET
/
api
/
v3
/
customer
/
support
/
services
/
deposit
Get deposit service configuration
curl --request GET \
  --url https://preview.kotanipay.com/api/v3/customer/support/services/deposit \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Deposit configuration retrieved successfully",
  "data": {
    "serviceType": "WITHDRAW",
    "countries": [
      "<string>"
    ],
    "totalCountries": 8
  }
}

Documentation Index

Fetch the complete documentation index at: https://manual.kotanipay.com/llms.txt

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

Get all countries that support deposit services with their configurations, payment methods, fees, and limits.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

success
boolean
Example:

true

message
string
Example:

"Deposit configuration retrieved successfully"

data
object