money-from-bracketWithdrawal

Withdrawal API

Withdraw Payout Order

POST https://example.com/auto/withdraw

Headers

Name
Type
Description

x-partnerid*

String

partner id

x-signature*

String

signature

Content-Type*

application/json

-

Request Body

Name
Type
Description

refId*

String

reference/transaction id

amount*

Number

Amount

userId*

String

user Id

accountName*

String

Account Name

accountNo*

String

Account Number

bankCode*

String

Bank Code

key*

String

Bank Key

extendParams

Object

For adding data to be returned in the callback.

timestamp*

Date

ISO Date (UTC+0)

Example Request

หมายเหตุ

ทางเราแนะนำให้ใช้ค่าจาก code ในการตรวจสอบว่าทำรายการสำเร็จไหมแทนนะครับ

code == 0 หมายถึง ทาง ekpay ได้นำรายการเข้าระบบแล้ว

code != 0 หมายถึง ทำรายการไม่สำเร็จ

Last updated