Skip to main content
POST
Submit KYC documents
Document files must be available at public HTTP or HTTPS URLs so Bumxpress can fetch them.

Authorizations

X-Api-Key
string
header
required

Public API key from the merchant dashboard.

X-Api-Secret
string
header
required

Secret shown once when the API key is created.

Path Parameters

customer_id
string<uuid>
required

Body

application/json
documents
object[]
required
Minimum array length: 1

Response

KYC documents accepted.

customer_id
string<uuid>
required
kyc_status
enum<string>
required
Available options:
not_started,
pending,
approved,
rejected
documents
object[]
required
Last modified on July 8, 2026