Get a Top-up Balance by ID

get

/topupBalance/{id}

Gets the specified top-up balance.

Request

Path Parameters
Query Parameters
  • The list of comma-separated fields to return in the response.
    Example:
    impactedBucket,partyAccount

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : Topup Balance
Type: object
Title: Topup Balance
A top-up.
Show Source
Nested Schema : Quantity
Type: object
An amount in a given unit.
Show Source
Nested Schema : Related Topup Balance
Type: object
Title: Related Topup Balance
A relationship between balance top-ups, that defines whether a balance is the parent or child of another.
Show Source
Nested Schema : Bucket Ref
Type: object
Title: Bucket Ref
A reference to a bucket.
Show Source
Nested Schema : Channel Ref
Type: object
Title: Channel Ref
A reference to a channel.
Show Source
Nested Schema : logicalResource
Type: array
Logical resources associated with the top-up.
Show Source
Nested Schema : Party Account Ref
Type: object
Title: Party Account Ref
A reference to a party account.
Show Source
Nested Schema : Payment Method Ref
Type: object
Title: Payment Method Ref
A reference to a payment method.
Show Source
Nested Schema : product
Type: array
Products associated with the top-up.
Show Source
Nested Schema : relatedParty
Type: array
Parties related to the top-up.
Show Source
Nested Schema : Related Party
Type: object
Title: Related Party
A party related to another object.
Show Source
Nested Schema : TimePeriod
Type: object
A period of time.
Show Source
Nested Schema : Logical Resource Ref
Type: object
Title: Logical Resource Ref
A reference to a logical resource.
Show Source
Nested Schema : Product Ref
Type: object
Title: Product Ref
A reference to a product.
Show Source

400 Response

Bad Request
Body ()
Root Schema : Error
Type: object
This is used when an API throws an error, typically with a HTTP error response-code (3xx, 4xx, 5xx).
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Error
Type: object
This is used when an API throws an error, typically with a HTTP error response-code (3xx, 4xx, 5xx).
Show Source

403 Response

Forbidden
Body ()
Root Schema : Error
Type: object
This is used when an API throws an error, typically with a HTTP error response-code (3xx, 4xx, 5xx).
Show Source

404 Response

Not Found
Body ()
Root Schema : Error
Type: object
This is used when an API throws an error, typically with a HTTP error response-code (3xx, 4xx, 5xx).
Show Source

405 Response

Method Not Allowed
Body ()
Root Schema : Error
Type: object
This is used when an API throws an error, typically with a HTTP error response-code (3xx, 4xx, 5xx).
Show Source

409 Response

Conflict
Body ()
Root Schema : Error
Type: object
This is used when an API throws an error, typically with a HTTP error response-code (3xx, 4xx, 5xx).
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
This is used when an API throws an error, typically with a HTTP error response-code (3xx, 4xx, 5xx).
Show Source
Back to Top

Examples

The following example shows how to get a specific top-up balance by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL.

curl -X GET 'http://host:port/brm/prepayBalanceManagement/version/topupBalance/0.0.0.1+-topup+6442543'

Example of the Response Body

The following example shows the contents of the response body in JSON format.

{
    "@baseType": "TopupBalance",
    "@schemaLocation": null,
    "@type": "TopupBalance",
    "amount": {
        "amount": 20.0,
        "units": "USD",
        "@baseType": null,
        "@schemaLocation": null,
        "@type": null
    },
    "bucket": {
        "id": "0.0.0.1+-balance_group+4097444+840+0",
        "href": "http://host:port/brm/prepayBalanceManagement/v4/bucket/0.0.0.1+-balance_group+4097444+840+0",
        "name": null,
        "@baseType": "BucketRef",
        "@schemaLocation": null,
        "@type": "BucketRef",
        "@referredType": null
    },
    "channel": null,
    "confirmationDate": "2021-09-20T10:41:44+05:30",
    "description": null,
    "href": "http://host:port/brm/prepayBalanceManagement/v4/topupBalance/0.0.0.1+-topup+6442543",
    "id": "0.0.0.1+-topup+6442543",
    "impactedBucket": [
        {
            "@baseType": "ImpactedBucket",
            "@schemaLocation": null,
            "@type": "ImpactedBucket",
            "amountAfter": {
                "amount": 643.0,
                "units": "USD",
                "@baseType": null,
                "@schemaLocation": null,
                "@type": null
            },
            "amountBefore": {
                "amount": 663.0,
                "units": "USD",
                "@baseType": null,
                "@schemaLocation": null,
                "@type": null
            },
            "bucket": {
                "id": "0.0.0.1+-balance_group+4097444+840+0",
                "href": "http://host:port/brm/prepayBalanceManagement/v4/bucket/0.0.0.1+-balance_group+4097444+840+0",
                "name": null,
                "@baseType": "BucketRef",
                "@schemaLocation": null,
                "@type": "BucketRef",
                "@referredType": null
            },
            "confirmationDate": null,
            "description": null,
            "item": [
                {
                    "@baseType": "ImpactedBucketItem",
                    "@schemaLocation": null,
                    "@type": "ImpactedBucketItem",
                    "amount": {
                        "amount": 20.0,
                        "units": "USD",
                        "@baseType": null,
                        "@schemaLocation": null,
                        "@type": null
                    },
                    "description": null,
                    "itemType": null,
                    "name": null,
                    "reason": null
                }
            ],
            "name": null,
            "requestedDate": null
        }
    ],
    "isAutoTopup": false,
    "logicalResource": {
        "@baseType": null,
        "@referredType": null,
        "@schemaLocation": null,
        "@type": null,
        "href": null,
        "id": null,
        "name": null,
        "value": "056-20210812-035011-1-20412--146856192-cagbu-phx-175"
    },
    "numberOfPeriods": null,
    "partyAccount": {
        "id": "0.0.0.1+-account+4097188",
        "href": null,
        "description": null,
        "name": "Pavan Raj",
        "status": "active",
        "@baseType": null,
        "@schemaLocation": null,
        "@type": "PartyAccountRef",
        "@referredType": null
    },
    "payment": {
        "id": "0.0.0.1+-item-payment+6439471",
        "href": "http://host:port/brm/payment/v4/payment/0.0.0.1+-item-payment+6439471",
        "name": "Billing Event Log",
        "amount": {
            "unit": "USD",
            "value": 20.0
        },
        "paymentDate": "2021-09-20T10:41:43+05:30",
        "@baseType": "Payment",
        "@schemaLocation": null,
        "@type": "Payment",
        "@referredType": null
    },
    "paymentMethod": {
        "id": "0.0.0.1+-payinfo-cc+6306114",
        "href": "http://host:port/brm/paymentMethods/v1/paymentMethod/0.0.0.1+-payinfo-cc+6306114",
        "description": null,
        "isPreferred": false,
        "name": "PIN Payinfo Object",
        "status": null,
        "statusDate": null,
        "account": [
            {
                "id": "0.0.0.1+-account+4097188",
                "href": null,
                "description": null,
                "name": "Pavan Raj",
                "@baseType": null,
                "@schemaLocation": null,
                "@type": null,
                "@referredType": null
            }
        ],
        "relatedParty": null,
        "validFor": null,
        "@baseType": null,
        "@schemaLocation": null,
        "@type": "tokenizedCard",
        "@referredType": null
    },
    "product": {
        "id": "0.0.0.1+-service-telco-gsm-sms+4099940",
        "href": null,
        "name": "ServiceTelcoGsmSms",
        "@baseType": null,
        "@schemaLocation": null,
        "@type": "ProductRef",
        "@referredType": null
    },
    "reason": null,
    "recurringPeriod": null,
    "relatedParty": null,
    "relatedTopupBalance": null,
    "requestedDate": "2021-09-20T10:41:44+05:30",
    "requestor": null,
    "status": "CONFIRMED",
    "usageType": "monetary",
    "voucher": ""
}
Back to Top