Bestellabschluss/Stornierung
Schnittstellenadresse (Interface address)
POST https://api.tokenpay.me/v1/transaction/closeInterface 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
Rückgabebeispiel (Return example)
Code-Beispiel (Example code)
Zuletzt aktualisiert