Skip to main content
Version: 3.x

payment

Look up a payment by ID.

Requires MANAGE_ORDERSpermission.
payment(
id: ID!
): Payment

Arguments

payment.id ● ID! non-null scalar

ID of the payment.

Type

Payment object

Represents a payment of a given type.


Was this page helpful?