Retrieve card payments months - celdotro/marketplace GitHub Wiki

About

  • Retrieve card payment months

Class

celmarket\Payments\PaymentsReports

Method

getCardPaymentMonths

API

  • method: Commissions
  • action: getCardPaymentMonths

Parameters

  • (none)

Response

An object with the following attributes

  • (attribute) = month
    • (attribute's name) = order number
    • (attribute's value) = month

Example - PHP

https://github.com/celdotro/marketplace_examples/blob/master/Payments/2.getCardPaymentMonths.php

Example - JSON

{
  "request": {
    "dummy": 1
  },
  
  "response": {
    0: "X"
  }
}
⚠️ **GitHub.com Fallback** ⚠️