Topup

You can have point for create Bank Account and Manage all data inside Moota after Topup Point.

List Point Amount

List of point amount you can topup by value that...

The table given below describes the /api/v2/topup/denom.

Fetch Amount

GET https://app.moota.co/api/v2/topup/denom

[
  {
    "value": 50000,
    "pointLabel": "50.000 poin",
    "priceLabel": "Rp 50.000,00"
  },
  {
    "value": 100000,
    "pointLabel": "100.000 poin",
    "priceLabel": "Rp 100.000,00"
  },
  {....}
]

Bank Target Moota For Topup Point

You can selected one bank target for transfer payment point

The table given below describes the /api/v2/payment.

Bank Target

GET https://app.moota.co/api/v2/payment

Create Topup Point

The table given below describes the /api/v2/topup.

Topup

POST https://app.moota.co/api/v2/topup

Request Body

Name
Type
Description

amount

number

Amount of value point can topup

payent_method

string

Payment Method of target bank paymenr Moota

Manual Confrimation Topup

when you forget transfer completed with code unique. topup can`t auto confirm and do manual confirm with this endpoint /api/v2/topup/confirmation/{token}

Manual Confirmation

POST https://app.moota.co/api/v2/topup/confirmation/{token}

Path Parameters

Name
Type
Description

token

string

Token of identified by topup

Request Body

Name
Type
Description

file

string

File must be type png|jpeg|jpg

Get List Topup

The table given below describes the /api/v2/topup.

Fetch

GET https://app.moota.co/api/v2/topup

Query Parameters

Name
Type
Description

page

string

Page of number of rows

Redeem Voucher Point

The table given below describes the /api/v2/voucher/redeem

Redeem

POST https://app.moota.co/api/v2/redeem/voucher

Request Body

Name
Type
Description

code

string

Code of redeem voucher

History Point

You can fetch all bank account with this endpoint /api/v2/transaction

All History Of Point

GET https://app.moota.co/api/v2/transaction

Query Parameters

Name
Type
Description

start_date

string

Start Date of date rantges can fileter showing data format YYYY-MM-DD

end_date

string

End Date of date ranges can filter showing datam format YYYY-MM-DD

page

number

Page of start page from rows

Last updated

Was this helpful?