Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
mutation VoidCreditGrant($input: VoidCreditGrantInput!) { voidCreditGrant(input: $input) { id status } }
{ "input": { "creditGrantId": "grant-123" } }
{ "data": { "voidCreditGrant": { "id": "grant-123", "status": "VOID" } } }
Show properties
"Overdraft credit grants cannot be voided"
CreditGrant