Skip to main content
GET
/
api
/
v1
/
provider-registration
/
schema
Get KYC schema
curl --request GET \
  --url https://payments.oaknetwork.org/api/v1/provider-registration/schema \
  --header 'Authorization: Bearer <token>'
{
  "msg": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Merchant authentication token. Obtained via POST /api/v1/merchant/token/grant. Pass as: Authorization: Bearer

Response

200 - application/json

KYC schema

msg
string
required

Human-readable message describing the result

data
object
required

Provider-specific KYC schema definition