PG Settlement
Function Description
Receives and saves the PG approval reconciliation list.
Detailed Description
Receives the PG company's approval reconciliation list information corresponding to the PG type code and the inquiry start/end date and time.
Saves the approval list information retrieved for PG approval reconciliation.
Records with deposit confirmation status Y cannot be saved.
Revision History
Release v1.04_231120: Initial development of PG approval reconciliation receptionRelease v2.00_240627: Added Toss PGRelease v2.00_240711: For Toss approval reconciliation, set the trdNo value to the payment key for approvals and the transaction key for refunds; excluded the usage status condition when retrieving merchant information
Access Token
PG Approval/Settlement Information Reception Request DTO
Search Start Date
20230101Search End Date
20230131PG Classification Code (OM030)
10Success
No content
Business processing error details
POST /api/common/v1/adjust/pgCompare/receivePgApprovalList HTTP/1.1
Host: api-common.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"startDate": 20230101,
"endDate": 20230131,
"pgGbCd": 10
}No content
Function Description
Receives and saves the PG settlement reconciliation list.
Detailed Description
Receives the PG company's settlement reconciliation list information corresponding to the PG type code and the inquiry start/end date and time.
When the PG settlement information's (settlement amount - VAT - fee) = deposit amount matches the EC system's payment data's payment amount - fee, the deposit is confirmed.
The EC system's payment data fee is calculated as a fixed rate or fixed amount according to the merchant's fee information.
Records with deposit confirmation status Y cannot be saved.
Revision History
Release v1.04_231120: Initial development of PG settlement reconciliation receptionRelease v2.00_240627: Added Toss PGRelease v2.00_240711: For Toss settlement reconciliation, set the trdNo value to the payment key for approvals and the transaction key for refunds
Access Token
PG Approval/Settlement Information Reception Request DTO
Search Start Date
20230101Search End Date
20230131PG Classification Code (OM030)
10Success
No content
Business processing error details
POST /api/common/v1/adjust/pgCompare/receivePgAdjustList HTTP/1.1
Host: api-common.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"startDate": 20230101,
"endDate": 20230131,
"pgGbCd": 10
}No content
Last updated