Payment-Gateway-OpenApi
  1. Pelago Direct Mode
Payment-Gateway-OpenApi
  • Getting Started
  • Fiat Collection
    • Overview
    • Pelago Direct Mode
      • Direct Mode Introduction
      • Get Rate
        POST
      • Order Notify
        POST
  • Crypto Collection
    • Overview
    • Order Notify
      POST
    • Refund
      POST
    • Withdraw
      POST
    • Payout
      POST
  • Common Collection
    • Check Order Info
      POST
  • Crypto For X402
    • Retrieve Supported Payment Methods
      GET
    • Create or Confirm Order
      POST
    • Query Order Status
      GET
  • Obsolete (已废弃)
    • Pelago Cashier Mode
      • Cashier Mode Introduction
      • Create Pelago Order
    • Create Order
      POST
    • Create Order
      POST
    • Get Product
      POST
    • Get Order Info
      POST
  • Create Order (统一下单接口)
    POST
  • Order Query
    GET
  1. Pelago Direct Mode

Order Notify

POST
xxx

Request

Body Params application/json

Example
"data": {
        "scenarioCode": "string",
        "pelagoOrderId": "string",
        "merchantOrderId": "string",
        "orderAmount": "string",
        "orderCurrency": "string",
        "orderCountry": "string",
        "orderStatus": 0,
        "expireTime": "string",
        "paymentUrl": "string",
        "failedReason": "string"
    }

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://api.pelagotech.comxxx' \
--header 'Content-Type: application/json' \
--data-raw '"data": {
        "scenarioCode": "string",
        "pelagoOrderId": "string",
        "merchantOrderId": "string",
        "orderAmount": "string",
        "orderCurrency": "string",
        "orderCountry": "string",
        "orderStatus": 0,
        "expireTime": "string",
        "paymentUrl": "string",
        "failedReason": "string"
    }'

Responses

🟢200OK
*/*
OK
Body

Example
{}
Modified at 2025-05-27 14:21:57
Previous
Get Rate
Next
Overview
Built with