Submit Fiat Deposit Request

Endpoint: /api/v1/fiat/deposit

  • Method: POST
  • Description: This endpoint allows users to submit a request to deposit fiat currency into their account. Upon receiving and validating the request, the system processes the deposit and returns the transaction status.
  • Headers:
    • X-ORG-CODE (string): Required. The organization's unique code.
    • X-CUSTOMERID (string): Required. The customer’s unique identifier.
  • Request Body:
    • FiatDepositRequest: The model containing details of the deposit request.
    • Responses:
      • 200 OK: Successful operation, returns a FiatDepostReponse.
      • 400 Bad Request: The request was invalid, returns an Error object.
      • 500 Internal Server Error: The server encountered an unexpected condition, returns an Error object.
      • Security: Requires authentication via test-cognito-auth