v1

latestOpenAPI 3.0.1Apache 2.02026-07-248286406.8 KB
KYC

Upload ID photos

Upload IDs for the provided user. This is an optional endpoint if the images are captured through means other than the link that is generated in the attributes.

post/payout/user/{user_token}/kyc/id

Request body

type'face' | 'document-front' | 'document-back' required

The type of image being uploaded

contentstring required

Base64 encoded image (png|jpg|jpeg). Maximum total images size is 10MB

Example request

[
  {
    "type": "document-front"
  }
]

Response

OK

object nullable required