Payment
Payment
graphql
type Payment {
id: ID!
paymentIntentClientSecret: String
paymentIntentId: String!
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.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
PaymentIntentCreatePayload object