Skip to main content
GET
Get Payment

Overview

The Get Payment endpoint allows you to retrieve complete payment information including order details, payment status, and transaction data. This is useful for payment tracking and status updates.

Authorizations

X-Client-ID
string
header
required

Client app ID. You can find your app id in the merchant dashboard.

X-Client-Secret
string
header
required

Client secret key. You can find your secret in the merchant dashboard.

Path Parameters

payment_id
string
required

The ID of the payment to retrieve.

Response

The details of the payment.

success
boolean
required

Indicates if the request was successful

message
string
required

Response message

data
object
required