Bank API

Bank

How to use Mobage Bank API
For more details on how to use the Mobage Bank API, please refer to the following pages.
ngCore SDK | Native SDK | Unity SDK

Debit

Creates transaction and updates transaction state for virtual item purchase using virtual currency.

HTTP Method & RESTful URI Fragment
POST /bank/debit/@app
PUT /bank/debit/@app/{transactionId}
GET /bank/debit/@app/{-list|,|transactionId}

Description
Creates a new transaction.
Update transaction state to open, close or cancel the transaction.
Retrieves information about specific transaction(s).

Inventory

Retrieves virtual item inventory registered on the Mobage platform in Mobage Developers.

HTTP Method & RESTful URI Fragment
GET /bank/inventory/@app
GET /bank/inventory/@app/{-list|,|itemId}

Description
Retrieves all virtual items registered on the Mobage platform in Mobage Developers.
Retrieves specified virtual item(s) registered on the Mobage platform in Mobage Developers.

PREVIOUS

Request Access Token

NEXT

Create Transaction