Get Quotation Info
POST/v1/merchant_quote/get_info
Get detailed quote information
Request
- application/json
Body
required
non-empty
Merchant ID
Sub Merchant ID
Value must match regular expression ^(|\d{13})$
Effective timestamp in milliseconds
Value must match regular expression ^(|\d{13})$
Expiration timestamp in milliseconds
>= 1 and <= 5000
Page size
>= 1
Page number
Responses
- 200
- default
OK
- application/json
- Response
- Example
Response
Array [
Array [
]
Array [
]
]
Total records
Total pages
Current page number
quote_info
object[]
Quote Info
Value must match regular expression ^\d+(\.\d{1,4})?$
Per-transaction fixed fee
Value must match regular expression ^[A-Z]{3}$
Transaction fee currency
Settlement period type(e.g., Daily/Calendar Weekly/Calendar Monthly)
Value must match regular expression ^D\+\d{1,2}$
Payment period format
Value must match regular expression ^\d+(\.\d{0,5})?$
Base channel rate (decimal format) ,0-5 decimal places
Value must match regular expression ^[A-Z]{2}$
ISO 3166-1 region code
credit_card_rate_list
object[]
Card rate tiers (applies when transaction amount is within specified ranges)
<= 32 characters, Value must match regular expression ^\d+~(\d+|max)$
Transaction amount range (e.g., "0~5", "5~max")
Value must match regular expression ^\d+(\.\d{1,4})?$
Rate applied to transactions within this amount range (e.g., 0.055 = 5.5%)
credit_card_fixed_amount_list
object[]
Fixed fee tiers (applies when transaction amount is within specified ranges)
<= 32 characters, Value must match regular expression ^\d+~(\d+|max)$
Transaction amount range (e.g., "0~5", "5~max")
Value must match regular expression ^\d+(\.\d{1,4})?$
Fixed fee amount (e.g., "0.10")
Value must match regular expression ^[A-Z]{3}$
Currency code (ISO 4217)
credit_card_installment_fee
object
Credit card installment fee rules
Value must match regular expression ^\d+(\.\d{1,4})?%$
Installment fixed rate percentage
refund
object
Refund rules
Value must match regular expression ^\d+(\.\d{1,4})?$
Fixed fee per refund
Value must match regular expression ^[A-Z]{3}$
Fixed fee currency
<= 256 characters
Human-readable fee description
chargeback
object
Chargeback rules
Value must match regular expression ^\d+(\.\d{1,4})?$
Fixed service fee per chargeback
Value must match regular expression ^[A-Z]{3}$
Service fee currency
<= 256 characters
Human-readable fee description
<= 200 characters
Tax category display text (e.g., VAT - Payment Channel)
<= 1000 characters
Tax responsibility note with placeholder (e.g., Note 1: Payment Channel shall ultimately be responsible for paying VAT which has been already included in the service fee.)
<= 128 characters
Channel name
Value must match regular expression ^\d{13}$
Effective time (millisecond timestamp)
Value must match regular expression ^\d{13}$
Expiration time (millisecond timestamp)
non-empty and <= 16 characters, Value must match regular expression ^[a-z0-9_]{10,32}$
Unique system identifier
{
"total": 0,
"total_pages": 0,
"page_number": 0,
"quote_info": [
{
"per_transaction_fee": "string",
"per_transaction_fee_currency": "string",
"settlement_period": "string",
"payment_period": "string",
"merchant_channel_rate_info": "string",
"region_code": "string",
"credit_card_rate_list": [
{
"range": "string",
"rate": "string"
}
],
"credit_card_fixed_amount_list": [
{
"range": "string",
"amount": "string",
"currency_type": "string"
}
],
"credit_card_installment_fee": {
"fixed_rate": "string"
},
"refund": {
"fixed_fee": "string",
"fixed_fee_currency": "string",
"fixed_amount_str": "string"
},
"chargeback": {
"service_fee": "string",
"service_fee_currency": "string",
"service_fee_str": "string"
},
"tax_category_show": "string",
"note": "string",
"channel_name": "string",
"begin_date": "string",
"end_date": "string",
"id": "string"
}
]
}
Error response structure
- application/json
- Response
- Example
Response
Array [
]
Array [
]
details
object[]
The type of the serialized message.
causes
object[]
{
"name": "string",
"message": "string",
"details": [
{
"@type": "string"
}
],
"debug_id": "string",
"causes": [
{
"cause": "string",
"solution": "string"
}
]
}