API for developers
Requesting additional fields list
Requesting Additional Fields List
Endpoint: /api/extrafields/list
Field | Discription |
---|---|
currency | The cryptocurrency for which you want to retrieve the list of additional fields. |
Example: { "currency": "visamaster.ngn" }
The result of the request will be a list of available fields, if any
Example of a successful request execution: { "currency": "visamaster.ngn", "extra_fields": [ { "name": "bank_code", "label": "Bank", "required": true } ] }