Skip to main content
GET
/
api
/
user
/
document
/
types
Get required document types
curl --request GET \
  --url https://api.sandbox.bitwage.com/api/user/document/types \
  --header 'Authorization: Basic <encoded-value>'
{
  "doc_types": [
    {
      "doc_type": "<string>",
      "requires_backside": true,
      "requires_selfie": true,
      "requires_proof_of_address": true,
      "tax_id_types": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>

Query Parameters

user_id
string
required
external_company_id
string
required

Payer ID.

Response

200 - application/json

Required document types returned.

doc_types
object[]