Retrieve card payments months - celdotro/marketplace GitHub Wiki
- Retrieve card payment months
celmarket\Payments\PaymentsReports
getCardPaymentMonths
- method: Commissions
- action: getCardPaymentMonths
- (none)
An object with the following attributes
- (attribute) = month
- (attribute's name) = order number
- (attribute's value) = month
https://github.com/celdotro/marketplace_examples/blob/master/Payments/2.getCardPaymentMonths.php
{
"request": {
"dummy": 1
},
"response": {
0: "X"
}
}