Payment-Gateway-OpenApi
  1. Pelago Direct Mode
Payment-Gateway-OpenApi
  • Getting Started
  • Fiat Collection
    • Overview
    • Pelago Cashier Mode
      • Cashier Mode Introduction
      • Create Pelago Order
    • Pelago Direct Mode
      • Direct Mode Introduction
      • Get Rate
        POST
      • Get Product
        POST
      • Create Order
        POST
      • Get Order Info
        POST
      • Order Notify
        POST
  • Crypto Collection
    • Overview
    • Create Order
      POST
    • Refund
      POST
    • Withdraw
      POST
  • Common Collection
    • Check Order Info
      POST
  1. Pelago Direct Mode

Order Notify

POST
xxx

Request

Authorization
Body Params application/json
data
object 
required
scenarioCode
string 
required
pelagoOrderId
string 
required
merchantOrderId
string 
required
orderAmount
number 
required
orderCurrency
string 
required
orderCountry
string 
required
orderStatus
integer 
required
0-CREATE;1-PENDING;2-SUCCESS;3-TIMEOUT;4-FAILED
expireTime
string 
required
paymentUrl
string 
required
failedReason
string 
required
signature
string 
required
Example
"data": {
        "scenarioCode": "string",
        "pelagoOrderId": "string",
        "merchantOrderId": "string",
        "orderAmount": "string",
        "orderCurrency": "string",
        "orderCountry": "string",
        "orderStatus": 0,
        "expireTime": "string",
        "paymentUrl": "string",
        "failedReason": "string"
    }

Request 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 'http://prod-cn.your-api-server.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
object {0}
Example
{}
Modified at 2025-05-27 14:21:57
Previous
Get Order Info
Next
Overview
Built with