square-exclamationDeposit Issue Report

API for sending messages to a Telegram group instead of using bot commands

Endpoint

POST https://example.com/payment/case/deposit

NOTE

If you wish to use this feature, you must notify Wildpay in advance before using it.

Headers

Name
Type
Description

x-wildpay-partnerid*

String

partner id

x-wildpay-signature*

String

signature

Content-Type*

multipart/form-data

-

Request Body

Name
Type
Description

transactionId*

String

transaction id

timestamp*

Date

ISO Date (UTC+0)

file*

File

A single image file with a maximum size of 5 MB is supported. Allowed MIME types: jpeg, jpg, png.

NOTE

The encryption process uses only the transactionId and timestamp.

{
    "data": null,
    "code": 0,
    "msg": "Success",
    "cause": "" // If a completed transaction is submitted again, the cause will be "This transaction has already been completed."
}

Last updated