Skip to main content

Get Transaction Statement

GET 

/v1/transactions/:transaction_id/statement

Get Transaction Statement

Request

Path Parameters

    transaction_id stringrequired

Responses

OK

Response Headers

  • Date

    string

  • Content-Type

    string

  • Transfer-Encoding

    string

  • Connection

    string

  • Set-Cookie

    string

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

  • X-Request-ID

    string

Schema

  • Array [

  • created date-time

    The timestamp when the transaction was created

    amount double

    The amount of the transaction

    type string

    The type of transaction (e.g., credit, debit)

    transaction string

    Details about the transaction

    channel string

    The channel through which the transaction was processed (e.g., online, mobile)

    merchant_reference string

    Reference provided by the merchant for tracking the transaction

    original_amount double

    The original amount involved in the transaction before any conversion

    exchange_rate double

    The exchange rate applied during the transaction

  • ]

Loading...