Docs
Dashboard

Payment

Object

Fields returned for payment.

#

Fields


id
ID!

The unique identifier for the payment.

intendedAmount
Money!

The intended amount for the payment.

paidAmount
Money!

The paid amount.

paymentGateway
PaymentGateway

The payment gateway used for the payment.

paymentMethod
PaymentMethod!

The payment method.

pspReference
String!

The payment service provider reference.

refundedAmount
Money!

The refunded amount.

transactions
TransactionConnection!

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.