Skip to content
StraventaDocs

Upload a KYB document

Upload a KYB document.

POST
/v1/payments/merchants/{id}/documents

Upload a KYB document.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

[key: string]?any

Response Body

application/json

curl -X POST "https://example.com/v1/payments/merchants/string/documents" \  -H "Content-Type: application/json" \  -d '{}'
{}

Was this page helpful?