OMNO API Documentation (2.0.0)
Download OpenAPI description
Overview
E-mail
Languages
Servers
Production
https://api.omno.com/
Sandbox
https://api.omno.dev/
- Production
https://api.omno.com/public/payout/{payoutId}/process/direct-link
- Sandbox
https://api.omno.dev/public/payout/{payoutId}/process/direct-link
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api.omno.com/public/payout/944732c4608c441aa91379478b91f76e/process/direct-link \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"browser": {
"acceptHeader": "string",
"userAgent": "string",
"language": "string",
"timeZoneOffset": 0,
"timeZone": "string",
"colorDepth": 0,
"screenHeight": 0,
"screenWidth": 0,
"windowHeight": 0,
"windowWidth": 0,
"javaEnabled": true,
"javascriptEnabled": true,
"customerIp": "string"
},
"additionalData": {
"property1": {},
"property2": {}
}
}'
Response
application/json
{ "payoutId": "string", "status": "CREATED", "redirectUrl": "string", "message": "string" }
- Production
https://api.omno.com/public/payout/{payoutId}
- Sandbox
https://api.omno.dev/public/payout/{payoutId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.omno.com/public/payout/944732c4608c441aa91379478b91f76e \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response
application/json
{ "id": "string", "amount": 0, "merchantId": "string", "customerId": "string", "orderId": "string", "currency": "string", "status": "CREATED", "initialAmount": 0, "initialCurrency": "string", "routerId": "string", "cardId": "string", "cardMask": "string", "cardBrand": "string", "cardHash": "string", "predictedPspId": "string", "processorPspId": "string", "pspTransactionId": "string", "previousTransactionCount": 0, "statusReason": { "reason": "string", "detailedStatus": "NO_PROVIDER_AVAILABLE", "status": "CREATED" }, "metadata": { "ipAddress": "string", "ipInfo": { … }, "deviceType": "MOBILE", "proxyDetection": { … }, "emailValidation": { … }, "phoneValidation": { … } }, "transactionType": "CARD", "browser": { "acceptHeader": "string", "userAgent": "string", "language": "string", "timeZoneOffset": 0, "timeZone": "string", "colorDepth": 0, "screenHeight": 0, "screenWidth": 0, "windowHeight": 0, "windowWidth": 0, "javaEnabled": true, "javascriptEnabled": true, "customerIp": "string" }, "additionalData": { "property1": {}, "property2": {} }, "pspAdditionalData": { "property1": {}, "property2": {} }, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }