Transaction Details

v1/transaction/detail

It returns to detailed information of the credit card transaction made. You can make a query with reference number that used during payment or Paynet transaction number.

You should perform basic authentication with secret_key to use transaction detail service. See more

Parameter Name

Type

Required

Description

id

string

Yes*

Unencrypted Paynet Transaction Id.

xact_id

string

Yes*

Paynet Transaction Id.

xact

string

Yes*

Unencrypted Paynet Transaction Id.

reference_no

string

Yes*

Reference number that used in the payment. It is recommended to send a unique number in each transaction.

user_id

string

No

Paynet User Code.

You need to post at least id, xact, xact_id or reference_id.

Last updated