Create Signature

Post https://app.moneygraph.ai/api/v1/customer/invoice/signature/create/{user}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Path parameters

user* string

The onboarded customer ID or the MCP Key

Body parameters

title* string

The title of the signature. This is used to identify the signature

image_url*string

URL of the signature image.

image_size*integer

Size of the image as a percentage of its original dimensions. Accepted values: 10, 20, 30, 40, 50, 60, 70, 80, 90, or 100.

Response


{
    "message": "Invoice signature added",
    "status": "success",
    "data": {
        "id": "2f5378ea-2291-4f34-b531-a73211d8649c",
        "title": "Third Signature",
        "image_url": "https://cdn.pixabay.com/photo/2020/11/03/15/32/man-5710164_1280.jpg",
        "mode": "test"
    }
}