Payment
Payment
graphql
type Payment {
id: ID!
paymentIntentClientSecret: String
paymentIntentId: String!
providerInitializationFailed: Boolean!
redirectUrl: String
state: PaymentStateEnum!
type: PaymentTypeEnum!
value: Money!
}
Fields
Payment.id · ID! non-null scalar
Payment.paymentIntentClientSecret · String scalar
Payment.paymentIntentId · String! non-null scalar
Payment.providerInitializationFailed · Boolean! non-null scalar
Whether the payment provider could not start this attempt. Start a new payment.
Payment.redirectUrl · String scalar
If the redirect_url is present then the frontend has to redirect the browser to that url for the payment process to happen.
Payment.state · PaymentStateEnum! non-null enum
Payment.type · PaymentTypeEnum! non-null enum
Payment.value · Money! non-null scalar
Member Of
Invoice object · PaymentIntentCreatePayload object