indykoning/module-paynl-graphql

There is no license information available for the latest version (0.0.3) of this package.

.

Installs: 8 044

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 0

Type:magento2-module

0.0.3 2021-09-24 08:15 UTC

This package is auto-updated.

Last update: 2024-09-12 14:39:10 UTC


README

This module aims to add basic GraphQL support for the paynl module for Magento 2

To use return_url you will need paynl/magento2-plugin version 2.4.0+

Installation

To install this module you can run composer require indykoning/module-paynl-graphql

To get the full functionality of setting the return url you should

GraphQL

These are the GraphQL queries this module adds.

Query

paynlTransaction

This query expects pay_order_id as an argument. It will return #PaynlTransactionOutput

Mutation

paynlStartTransaction

This query expects order_id and optionally return_url. It will return #PaynlStartTransactionOutput

paynlFinishTransaction

This query expects the pay_order_id. It will return #PaynlTransactionOutput

Types

PaynlTransactionOutput

PaynlStartTransactionOutput