1. API Reference
FR24 OpenAPI
  • FR24_API_V2.0
    • Guides
      • API Work Flow
      • Introduction
      • Appendix
      • Version History
      • Error Code
    • API Reference
      • shopping
        POST
      • pricing
        POST
      • presaleAncillaryShopping
        POST
      • seatMap
        POST
      • booking
        POST
      • payVerify
        POST
      • ticketing
        POST
      • orderChangeInforming
        POST
      • orderDetail
        POST
      • postsaleAncillaryShopping
        POST
      • ancillaryBooking
        POST
      • ancillaryPurchase
        POST
      • ancillaryOrderDetail
        POST
      • changeReshop
        POST
      • reissueRequest
        POST
      • refundRequest
        POST
      • refundConfirming
        POST
      • voidRequest
        POST
      • fileUpload
        POST
      • selectBalance
        POST
    • About us
      • API capability
      • Business Cooperation
      • Portal
  1. API Reference

payVerify

Testing
POST
/api/new/payVerify.do

Request

Header Params

Body Params application/json

Example
{
    "authentication": {
        "sign": "{{sign}}",
        "timestamp": "{{time}}"
    },
    "orderNo": "{{orderNo_booking}}",
    "partnerOrderNo": "1234567ss",
    "totalPrice": "{{totalPrice_booking}}",
    "currency": "{{currency_booking}}",
    "seriesTraceId": "order_202410101503481394",
    "seriesRsTime": 5
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://flight-test.flightroutes24.com/api/new/payVerify.do' \
--header 'Accept-Encoding: gzip, deflate, br' \
--header 'appKey: ' \
--header 'content-Type: application/json' \
--data-raw '{
    "authentication": {
        "sign": "",
        "timestamp": "{{time}}"
    },
    "orderNo": "{{orderNo_booking}}",
    "partnerOrderNo": "1234567ss",
    "totalPrice": "{{totalPrice_booking}}",
    "currency": "{{currency_booking}}",
    "seriesTraceId": "order_202410101503481394",
    "seriesRsTime": 5
}'

Responses

🟢200OK
application/json
Body

Examples
{
    "traceId": "order_NEWAPI250117113939340071145",
    "code": "000000",
    "message": "成功",
    "processingTime": 12051,
    "data": {
        "orderNo": "18599020016177152",
        "partnerOrderNo": "",
        "currency": "CNY",
        "offer": {
            "offerId": "18599007684923392",
            "legId": "1ebb56358b1c617a18a597543feceb77",
            "platingCarrier": "CX",
            "pricePerPax": [
                {
                    "paxType": "ADT",
                    "baseFare": 581,
                    "totalTax": 493,
                    "taxBreakdown": [],
                    "serviceFee": 10000
                }
            ],
            "cabin": [
                "Y"
            ],
            "fareBasis": [
                "QR21SGAO"
            ],
            "extraInfo": {
                "freeBaggageAllowance": [
                    {
                        "segmentId": "4453068fd343a3eb89b823fc48cc2cd9",
                        "cabinBagPc": "1-e-e",
                        "cabinBagSize": "e-e-e",
                        "cabinBagWeight": "7-e-e",
                        "checkedBagPc": "1-e-e",
                        "checkedBagSize": "e-e-e",
                        "checkedBagWeight": "e-e-e"
                    }
                ]
            },
            "eligibilityFlag": false,
            "eligibilityDetail": null,
            "rules": {
                "refund": [
                    {
                        "paxType": "ADT",
                        "couponStatus": 0,
                        "refundPolicy": "airlinePolicyApplied",
                        "applicableTime": null,
                        "fullRefundAP": null,
                        "refundFee": null
                    }
                ],
                "change": [
                    {
                        "paxType": "ADT",
                        "couponStatus": 0,
                        "changePolicy": "airlinePolicyApplied",
                        "applicableTime": null,
                        "changeFee": null
                    }
                ]
            },
            "productType": null,
            "productTag": {
                "ticketPromise": null,
                "refuseDeadline": null,
                "ticketingTime": null,
                "reschedulePendingTime": null,
                "voluntaryRefundTime": null,
                "involuntaryRefundTime": null,
                "refundCondition": null,
                "reissueCondition": null,
                "voidingCondition": false,
                "voluntaryServiceStandard": null,
                "involuntaryServiceStandard": null,
                "rescheduleProcessingTime": null,
                "productSupplier": null,
                "RBDChangedRisk": false,
                "fareBrand": [
                    ""
                ],
                "posArea": [
                    null
                ],
                "isStandardProduct": 0
            },
            "productSource": "OTH",
            "paymentMethod": null,
            "RBD": [
                "Q"
            ]
        },
        "legs": {
            "legId": "1ebb56358b1c617a18a597543feceb77",
            "segmentIds": [
                "4453068fd343a3eb89b823fc48cc2cd9"
            ]
        },
        "segments": [
            {
                "segmentId": "4453068fd343a3eb89b823fc48cc2cd9",
                "duration": 255,
                "carrier": "CX",
                "flightNo": "636",
                "codeShare": false,
                "operatingCarrier": null,
                "operatingFlightNo": null,
                "aircraftCode": "333",
                "depAirport": "SIN",
                "depTerminal": "4",
                "depTime": "2025-04-15T20:10",
                "arrAirport": "HKG",
                "arrTerminal": "1",
                "arrTime": "2025-04-16T00:25",
                "stopAirport": null,
                "stopDuration": null
            }
        ],
        "ticketInfo": [
            {
                "airlinePnr": "",
                "gdsPnr": "RMIOBA",
                "paxId": "1",
                "paxName": "VJKOX/SBLUE",
                "ticketNo": null
            },
            {
                "airlinePnr": "",
                "gdsPnr": "RMIOBA",
                "paxId": "2",
                "paxName": "ZBI/QHNEA",
                "ticketNo": null
            }
        ],
        "ticketInfo_V2": null,
        "payDeadline": "2025-01-17T19:09",
        "voidDeadline": null,
        "totalPrice": 22148,
        "ancillary": null
    }
}
Modified at 2026-04-30 04:31:46
Previous
booking
Next
ticketing
Built with