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

주문 취소/닫기

팁 (TIP)

사용자가 주문을 수동으로 취소하거나 가맹점이 주문을 취소할 때 사용합니다.

인터페이스 주소 (Interface address)

POST https://api.tokenpay.me/v1/transaction/close

Interface parameters

이름
위치
유형
필수
설명

app_id

header

string

앱 ID, 예시 값: 8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

mch_id

body

string

가맹점 ID, 예시 값: 12345678

transaction_id

body

string

아니요

플랫폼 주문 번호, 예시 값: 2a1cfa6568xxxxxxxx3050957024c559

매개변수 예시 (Parameters example)

{
  "app_id": "8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd",
  "mch_id": "12345678",
  "transaction_id": "2a1cfa6568xxxxxxxx3050957024c559"
}

Interface return

이름
유형
설명
설명

code

integer

없음

msg

string

상태 설명

없음

request_id

string

요청 ID

없음

반환 예시 (Return example)

코드 예제 (Example code)

마지막 업데이트