Sorry, you need to enable JavaScript to visit this website.
Skip to main content
developer.sibsapimarket.com/sibs-qly/apimarket-sb

developer.sibsapimarket.com/sibs-qly/apimarket-sb

  • Getting started
  • API Documentation
Register
  • Welcome
  • Sandbox

Attention!

This site isn't fully compatible with Edge and you may find some technical issues. For a better experience, we recommend using Chrome, Firefox or Safari.

  • MB Way (Sandbox) 2.0.0
  • APIs
  • Payment Checkout (Sandbox) 1.0.0
  • MB Way QRCode Purchase (Sandbox) 2.0.0
  • MB Way ID Purchase (Sandbox) 2.0.0
      • Operations
      • POST /payment
      • Definitions
      • ExtendedInfo
      • Info
      • InPayment
      • Merchant
      • OutPayment
      • RequestPayment
      • ResponsePayment
      • ReturnStatus

MB Way ID Purchase (Sandbox) 2.0.0

0
No votes yet
  • cURL
  • Ruby
  • Python
  • PHP
  • Java
  • Node
  • Go
  • Swift
Subscribe
forum Discuss this API in the forum
production
development
https://site2.sibsapimarket.com:8445/sibs-qly/apimarket-sb
production
development
https://site1.sibsapimarket.com:8445/sibs-qly/apimarket-sb

Paths

/payment

post /payment
input
Required in body
object
InPayment
apim-oauth-token
Optional in header
string
Content-Type
Optional in header
string
application/json
text/plain
Accept
Optional in header
string
application/json
text/plain
200

200 OK

OutPayment
Example Request
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Show more open_in_new

x
Example Response
POST https://site2.sibsapimarket.com:8445/sibs-qly/apimarket-sb/spgbusiness/v1/mbway/payment
Show more open_in_new
                                          
                                        

x
Try this operation
https://site2.sibsapimarket.com:8445/sibs-qly/apimarket-sb/spgbusiness/v1/mbway/payment
Login to test this API.
Login to test this API.
content-type
accept
apim-oauth-token

                        
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa. No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).

                            

Definitions

Key value tuple.

{
    "type": "object",
    "properties": {
        "key": {
            "type": "string"
        },
        "value": {
            "type": "string"
        }
    }
}
              

Object that defines the transaction additional information

{
    "properties": {
        "extendedInfo": {
            "type": "array",
            "items": {
                "$ref": "#/definitions/ExtendedInfo"
            },
            "description": "Key Value tuple array."
        }
    },
    "additionalProperties": false
}
              
{
    "properties": {
        "requestPayment": {
            "$ref": "#/definitions/RequestPayment",
            "description": "Object that defines the QR Code payment request parameters. Check the RequestPayment definition."
        }
    },
    "additionalProperties": false
}
              

Object that defines a Merchant.

{
    "properties": {
        "terminalId": {
            "type": "integer",
            "example": "21451",
            "description": "Number of the merchant pos Id.",
            "format": "int32"
        },
        "channel": {
            "type": "string",
            "description": "Type of channel used by the merchant.",
            "example": "web"
        },
        "merchantTransactionId": {
            "type": "string",
            "description": "Unique id used by the merchant.",
            "example": "863b730df285443f9a60ca404e0085fd1234"
        }
    },
    "additionalProperties": false
}
              
{
    "properties": {
        "responsePayment": {
            "description": "Object that defines the QR Code payment response parameters. Check the ResponsePayment definition.",
            "$ref": "#/definitions/ResponsePayment"
        }
    },
    "additionalProperties": false
}
              

Object that defines the payment operation request fields

{
    "properties": {
        "transactionToken": {
            "type": "string",
            "description": "Unique id identify of the transaction.",
            "example": "42f59038f3f14e618d091da8bf3b717e9999"
        },
        "customerPhone": {
            "type": "string",
            "description": "Customer's phone number.",
            "example": "351#912345678"
        },
        "info": {
            "$ref": "#/definitions/Info",
            "description": "Object that defines the aditional info provided by the merchant. Check the Info definition."
        }
    },
    "additionalProperties": false
}
              

Object that defines the payment operation return fields

{
    "properties": {
        "returnStatus": {
            "description": "Object that defines the Status of the transaction. Check the ReturnStatus definition.",
            "$ref": "#/definitions/ReturnStatus"
        },
        "transactionToken": {
            "type": "string",
            "description": "Unique id identify of the transaction.",
            "example": "42f59038f3f14e618d091da8bf3b717e9999"
        },
        "transactionID": {
            "type": "string",
            "description": "Unique identify of the transaction.",
            "example": "42f59038f3f14e618d091da8bf3b717e9999"
        },
        "merchant": {
            "description": "Object that defines the Merchant. Check the Merchant definition.",
            "$ref": "#/definitions/Merchant"
        },
        "paymentType": {
            "type": "string",
            "description": "Payment type used"
        }
    },
    "additionalProperties": false
}
              

Object that defines the status of the processed transaction.

{
    "properties": {
        "statusCode": {
            "type": "string",
            "description": "Identifier code of the processed transaction status.",
            "example": "000"
        },
        "statusMsg": {
            "type": "string",
            "description": "Message of the processed transaction status.",
            "example": "Success"
        },
        "statusDescription": {
            "type": "string",
            "description": "Description of the processed transaction status."
        }
    },
    "additionalProperties": false
}
              
  • Share this
  • Log in or register to post comments

SANDBOX

Getting Started
API Documentation

©SIBS API Market

Login

User login

Use your developer.sibsapimarket.com/sibs-qly/apimarket-sb account ...

  • Create new account
  • Request new password