mutation

validateCustomerAndCreditSummary

Validate customer eligibility and show credit summary.
Arguments
customerAndCreditSummary
CustomerAndCreditSummary
Validate and Fetch Customer Credit Request Schema.
Response
is_eligible
Boolean!
Required
The customer is eligible to make a transaction or not
is_applied
Boolean!
Required
Credit is applied to the user's account or not
message
String
Detailed message about the user credit eligibility.
cart_id
String
Unique identifier for the shopping cart.
Credit Account Sumamry
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...