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

Bestellabschluss/Stornierung

TIPP (TIP)

Für Benutzer, um Bestellungen manuell zu stornieren, oder für Händler, um Bestellungen zu stornieren.

Schnittstellenadresse (Interface address)

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

Interface parameters

Name
Standort
Typ
Erforderlich
Beschreibung

app_id

header

string

Ja

App-ID, Beispielwert: 8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

mch_id

body

string

Ja

Händler-ID, Beispielwert: 12345678

transaction_id

body

string

Nein

Plattform-Bestellnummer, Beispielwert: 2a1cfa6568xxxxxxxx3050957024c559

Parameterbeispiel (Parameters example)

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

Interface return

Name
Typ
Beschreibung
Beschreibung

code

integer

keine

msg

string

Statusbeschreibung

keine

request_id

string

Anfrage-ID

keine

Rückgabebeispiel (Return example)

Code-Beispiel (Example code)

Zuletzt aktualisiert