MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / callEfunApi

Function callEfunApi

static/js/payment.js:1817–1819  ·  view source on GitHub ↗
(path, payload)

Source from the content-addressed store, hash-verified

1815}
1816
1817async function callEfunApi(path, payload) {
1818 return api.post(`/payment/efun/${path}`, payload);
1819}
1820
1821async function redeemEfunAndFill(showToast = true, overrideConfig = null) {
1822 const config = {

Callers 5

redeemEfunAndFillFunction · 0.85
queryEfunCardFunction · 0.85
queryEfunBillingFunction · 0.85
queryEfun3dsFunction · 0.85
cancelEfunCardFunction · 0.85

Calls 1

postMethod · 0.45

Tested by

no test coverage detected