Payment
ObjectFields returned for payment.
#
Fields
- ID!
id The unique identifier for the payment.
- Money!
intendedAmount The intended amount for the payment.
- Money!
paidAmount The paid amount.
- PaymentGateway
paymentGateway The payment gateway used for the payment.
- PaymentMethod!
paymentMethod The payment method.
- String!
pspReference The payment service provider reference.
- Money!
refundedAmount The refunded amount.
- TransactionConnection!
transactions The transactions associated with the payment.
#
Mutations
Cancels a payment using the specified input.
Captures a payment using the specified input.
Creates a payment using the specified input.
Refunds a payment using the specified input.