RETM | REST API
  1. Payment Methods
RETM | REST API
  • Developer guide
  • New to our DevPortal 🤔
  • Authentication
    • Token
      POST
  • Webhook
    • Overview
    • Invoice Webhooks
      • Webhook Events
      • Invoice Created
    • Orders Webhooks
      • Webhook Events
      • Order Triggeres
    • Menu Webhooks
      • Menu Updates
      • Menu Changed
    • Loyalty Webhooks
      • Promotional Coupon
      • Check Reward
      • Redeem Reward
    • Customer webhook
      • Customer Data
      • Customer hook
    • Error webhook
      • Stay Alert to Connectivity Issues
      • Error webhook
  • Orders
    • Orders
      GET
    • Create Order
      POST
    • Cancel Order
      POST
    • Update delivery order status
      POST
  • Menu
    • Categories
      • List Categories
      • Single Categoy
    • Products
      • Products
      • Single Product
      • Simple List
    • Menu
      GET
  • Branches
    • Branches
      GET
  • Devices
    • Devices
      GET
  • Order type
    • Order types
      GET
    • Create order type
      POST
  • Price Lists
    • Price Lists
  • Payment Methods
    • Payment methods
      GET
    • Create pay method
      POST
  • Order Charges
    • order charges
    • Create order charges
  • Taxes
    • Tax list
    • Create tax
  • Customers
    • Customers
  1. Payment Methods

Payment methods

GET
https://{serviceID}.retm.sa/api/v2/payments/list

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Payment methods
application/json
Body

Example
[
    {
        "uuid": "01GZERV8JPY7PNWM2HJ5RXYG2K",
        "name": {
            "en": "Cash",
            "ar": "نقدي"
        },
        "type": 0,
        "ecr_enabled": 0,
        "auto_open_drawer": 0
    },
    {
        "uuid": "01GZERV8JR0AMSSG8QY3CND0BT",
        "name": {
            "en": "Mada",
            "ar": "مدي"
        },
        "type": 0,
        "ecr_enabled": 0,
        "auto_open_drawer": 0
    },
    {
        "uuid": "01GZERV8JR80PBC96FPGZYCETB",
        "name": {
            "en": "On Account",
            "ar": "أجل"
        },
        "type": 0,
        "ecr_enabled": 0,
        "auto_open_drawer": 0
    },
    {
        "uuid": "01GZERV8JSH4EEQHBXKRBBJVA8",
        "name": {
            "en": "Gift Cards",
            "ar": "بطاقات الهدايا"
        },
        "type": 0,
        "ecr_enabled": 0,
        "auto_open_drawer": 0
    },
    {
        "uuid": "01h6ng4xfk44gcxr73mfpa93s4",
        "name": {
            "ar": "تجربة",
            "en": "test"
        },
        "type": 0,
        "ecr_enabled": 0,
        "auto_open_drawer": 0
    }
]
Modified at 2023-12-24 21:03:47
Previous
Price Lists
Next
Create pay method
Built with