Skip to main content

Create Deposit

Create Deposit

This endpoint initiates a new deposit request.

Endpoint

  • Path: /deposit
  • Method: POST

Request

  • Parameters:
    • amount: The amount to deposit (required).
    • customer: The customer identifier (optional).
    • customer_name: The customer's name (optional).

Response

  • Fields:
    • id: Unique identifier for the deposit.
    • invoice: The invoice identifier for the deposit.
    • qr_code: A QR code image for quick scanning.
    • expires: The expiration timestamp for the deposit request.

Description

Creates a new deposit request with the specified amount and optional customer details. Returns an invoice and expiration time for the deposit.