Get Collection Payment Gateways

Get Collection Payment Gateways By Collection ID

This method will return a user's account Collection Payment Gateway by Collection ID using the user's account API key

Once an API key is sent, the response will show the JSON of the Payment Gaeways. If the response returns 'Unauthorized' then credentials are wrong or the user does not have access.

PATH

https://app.productdyno.com/api/v1/collection/payment-gateways

METHOD

GET

PARAMETERS

_api_key
collection_id

EXAMPLE JSON RESPONSE

[
    {
        "id": 53132,
        "name": "JV - Unlimited",
        "channel_id": 863
    },
    {
        "id": 65976,
        "name": "PKS - Lifetime",
        "channel_id": 752
    },
]