paymentGatewayStatus
query
Get payment status
Checks the current status of a payment by transactionId.
query {
paymentGatewayStatus(companyId: Int!, companyGatewayId: String!, transactionId: String!): PaymentGatewayStatusResponse!
}Returns: PaymentGatewayStatusResponse!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
companyGatewayId | String! | |
transactionId | String! |