Search Payment Transactions
URL
The endpoint and http method information to query payment transaction in detail are stated below.
Request Parameters
Payment transaction detail query can only be made using the payment ID value.
Payment transacton ID to search
Response Parameters
The parameters returned as a result of the payment are also subject to the rules specified in the Response Formats section of the API documentation home page. The object structure in the response is as follows:
Payment transaction ID
The product or service name for the payment transaction description that sent in payment request
External ID value for the payment transaction sent in the payment request
Create date that the payment request sent
Price for the payment transaction
Collected paid amount share of full paid amount for the payment transaction
Amount share collected from wallet of full collected wallet amount for the payment transaction
Refundable amount
Interest rate to calculate paid price that buyer will pay
Shared interest amount of the payment transaction
Bank commission rate
Bank commission rate amount
Payout amount share that will be sent to merchant for the payment transaction
Sub-merchant ID related to payment transaction
Amount share of the sub-merchant for the payment transaction
Ratio of the amount share to be sent to the sub-merchant regarding the amount share to be sent to the merchant.
Amount share that will be payout for the payment transaction
Sub-merchant details of payment transaction.
Status of payment transaction confirmation See: Payment Item Confirmation Status
Date that transaction status updated
Date that the blockage will be resolved
Refund status of payment transaction see: Payment Refund Status
Payout details of merchant, sub-merchant and Craftgate distributed amounts for the payment transaction.
Payout status for merchant and sub-merchant for the payment transaction.
Sample Codes
You can review the sample codes in the open source Craftgate API clients.import SampleCode from '@site/src/components/SampleCode'