Cancel deposit

API สำหรับส่งยกเลิกรายการฝาก

Endpoint

PATCH https://example.com/payment/deposit/cancel

Headers

Name
Type
Description

x-wildpay-partnerid*

String

partner id

x-wildpay-signature*

String

signature

Content-Type*

application/json

-

Request Body

Name
Type
Description

transactionId*

String

transaction id

timestamp*

Date

ISO Date (UTC+0)

Example Request

{
    "transactionId": "TRANSACTION_ID",
    "timestamp": "2023-02-05T16:34:57.956Z"
}
{
    "data": null,
    "code": 0,
    "msg": "Success",
    "cause": ""
}

หมายเหตุ

อาจมีกรณีที่ทางร้านค้ายิงมา CANCEL แล้ว แต่ภายหลังสถานะถูกปรับเป็น PAID ได้

Last updated