Files
Stripe/graphql/fragments/TransactionInitializeSessionEvent.graphql
jackbeeby dc5eea1ad0 wdc
2024-12-05 18:20:27 +11:00

27 lines
395 B
GraphQL

fragment TransactionInitializeSessionEvent on TransactionInitializeSession {
__typename
recipient {
...PaymentGatewayRecipient
}
data
merchantReference
action {
amount
currency
actionType
}
issuingPrincipal {
... on Node {
id
}
}
transaction {
id
pspReference
}
sourceObject {
__typename
...OrderOrCheckoutSourceObject
}
}