Payment Status

Get Cakes

GET https://tukar.co.id/api/v1/payment_status

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Authentication

string

Token Otentikasi

{
    "telkomsel": {
        "nomor": "08123456789",
        "rate": "0.80",
        "status": "on",
        "limit": "1300000",
        "total": "0",
        "nama": "Telkomsel"
    },
    "indosat": {
        "nomor": "08123456789",
        "rate": "0.80",
        "status": "off",
        "limit": "1300000",
        "total": "0",
        "nama": "Indosat"
    },
    "xl": {
        "nomor": "08123456789",
        "rate": "0.80",
        "status": "off",
        "limit": "1300000",
        "total": "1000",
        "nama": "XL"
    },
    "thre": {
        "nomor": "08123456789",
        "rate": "0.80",
        "status": "off",
        "limit": "1300000",
        "total": "1000",
        "nama": "Three"
    }
}

Last updated

Was this helpful?