Deposit Issue Report

API สำหรับส่งข้อความเข้ากลุ่ม Telegram แทนการใช้คำสั่งบอท

Endpoint

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

หมายเหตุ

หากต้องการใช้งาน จำเป็นต้องแจ้งทาง Wildpay ก่อนการใช้งาน

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

ไฟล์ภาพขนาดไม่เกิน 5mb 1 ภาพ MIME Type ["jpeg", "jpg", "png"]

หมายเหตุ

การเข้ารหัสใช้แค่ transactionId และ timestamp ในการเข้ารหัสเท่านั้น

{
    "data": null,
    "code": 0,
    "msg": "Success",
    "cause": "" // หากส่งรายการที่สำเร็จอยู่แล้ว cause = "รายการนี้ทำรายการสำเร็จแล้ว"
}

Last updated