For the complete documentation index, see llms.txt. This page is also available as Markdown.

지급 생성

팁 (TIP)

먼저 귀하를 대신하여 지급을 시작하십시오.

인터페이스 주소 (Interface address)

POST https://api.tokenpay.me/v1/payanother/payment

Interface parameters

이름
위치
유형
필수
설명

app_id

body

string

애플리케이션 ID, 예시 값: 8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

mch_id

body

string

가맹점 ID, 예시 값: 12345678

description

body

string

아니요

설명, 예시 값: 1234567890

out_trade_no

body

string

아니요

가맹점 주문 번호 (out_trade_notransaction_id 중 최소 하나 전달)

amount

body

string

지급 금액

chain

body

string

소속 퍼블릭 체인, 예시 값: TRONETHEREUMBSC. 지원되는 퍼블릭 체인 보기

currency

body

string

통화, 예시 값: TRXUSDTETH. 지원되는 통화 보기

to_address

body

string

수금 주소

attach

body

string

아니요

사용자 정의 매개변수. 조회 API 및 결제 알림에서 그대로 반환되며 사용자 정의 매개변수로 사용할 수 있습니다. 실제로는 결제가 완료될 때만 이 필드가 반환됩니다.

notify_url

body

string

아니요

콜백 URL, 예시 값: https://xxx/xxx, https 사용 권장

팁 (TIP)

app_id는 가맹점 관리자 페이지에서 애플리케이션 생성을 통해 얻을 수 있습니다.

Interface return

이름
유형
필수
설명

code

integer

msg

string

상태 설명

request_id

string

반환 예시 (Return example)

코드 예제 (Example code)

마지막 업데이트