Get payment methods - celdotro/marketplace GitHub Wiki

About

Retrieves a list of payment methods

Class

celmarket\Orders\OrdersStatus

Method

getPaymentMethods

API

  • method: orders
  • action: getPaymentMethods

Parameters

  • (none)

Response

An object with the following attributes

  • payment method

Example - PHP

https://github.com/celdotro/marketplace_examples/blob/master/Orders/23.getPaymentMethods.php

Example - JSON

{
  "request": {
    
  },
  
  "response": [
    "X"
  ]
}
⚠️ **GitHub.com Fallback** ⚠️