Skip to main content
Version: v3

Get specific wallet charge details

GET 

/marketplace/billing/charges/:chargeId

Get specific wallet charge details

Request

chargeId stringrequired

ID of the charge to retrieve

application/json

Returns charge details

Schema
    refundedboolean

    Value is 'true' if the charge has subsequently been refunded.

    currencystring

    Currency of the transaction. We currently support USD only.

    appIdstring

    App ID

    meterIdstring

    Billing Meter ID (you can find this on your app's pricing page)

    chargeIdstring

    Charge ID

    entityTypestring

    Indicates who was charged? Currently, we support charges for 'location' only

    entityIdstring

    If the entityType is Location, entityld would be locationld.

    amountChargednumber

    Total amount charged

    pricePerUnitnumber

    Price per unit for the charge

    transactionTypestring

    This can be one of two values - 'charge' or 'refund'

    unitsnumber

    Number of units that the sub-account was charged for

    metaobject

    meta object contains details that were sent while creating the charge via the API - eventID, description, eventTime, userld

    createdAtstring<date-time>

    Timestamp when the charge was created in our system

    updatedAtstring<date-time>

    Timestamp when the charge was last updated in our system