MCPcopy Create free account
hub / github.com/agisboye/app-store-server-api / finishTransaction

Method finishTransaction

src/AppStoreServerAPI.ts:99–101  ·  view source on GitHub ↗

* Notifies the App Store that your server finished processing a transaction. * https://developer.apple.com/documentation/appstoreserverapi/finish-transaction

(transactionId: string)

Source from the content-addressed store, hash-verified

97 * https://developer.apple.com/documentation/appstoreserverapi/finish-transaction
98 */
99 async finishTransaction(transactionId: string): Promise<void> {
100 return this.makeRequest("POST", `/inApps/v1/transactions/${transactionId}/finish`)
101 }
102
103 /**
104 * https://developer.apple.com/documentation/appstoreserverapi/get_all_subscription_statuses

Callers

nothing calls this directly

Calls 1

makeRequestMethod · 0.95

Tested by

no test coverage detected