Documentation of the shops data exchange protocol - baselinker.com
Function list
Tests
ChangeLog


PaymentMethodsList
Method provides a list of payment methods supported by the store


Input parameters
Incoming as $_POST fields.
None



Outgoing data
Array fields that the method should return.
list of payment methods arrayan array where the payment ID is the key and its name is the value



Example:

returned data JSON:
{"3":"Cash on Delivery","4":"Bank transfer","5":"PayPal"}

Dane wyjściowe:
Array
(
    [3] => Cash on Delivery
    [4] => Bank transfer
    [5] => PayPal
)