absolutepay (Node SDK) - v0.7.1
    Preparing search index...

    Interface DocFile

    A document uploaded as base64 (e.g. a bank certificate or passport scan) for off-ramp verification.

    interface DocFile {
        contentType: string;
        dataBase64: string;
        filename: string;
    }
    Index

    Properties

    contentType: string

    MIME type, e.g. "application/pdf" or "image/png". Required.

    dataBase64: string

    File contents encoded as a base64 string (no data-URL prefix). Required.

    filename: string

    Original file name, e.g. "certificate.pdf". Required.