storeElectricJuicePaymentInstruction
Store a new card instruction for Electric Juice from an embedded form.
Deprecation
The 'storeElectricJuicePaymentInstruction' field is deprecated.Legacy Market
- Marked as deprecated on 2025-08-04.
- Scheduled for removal on or after 2025-09-05.
Arguments
Input fields for storing a new card instruction from an embedded form.
Returns
StoreElectricJuicePaymentInstructionStore a new card instruction for Electric Juice from an embedded form.
Possible Errors
Allowed Viewers
Required Permissions
Can access ev public charging queries Can create payment instructionsQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation StoreElectricJuicePaymentInstruction($input: StoreElectricJuicePaymentInstructionInput!) {
storeElectricJuicePaymentInstruction(input: $input) {
paymentInstruction {
...PaymentInstructionTypeFragment
}
}
}
Variables
{
"input": StoreElectricJuicePaymentInstructionInput
}
Response
{
"data": {
"storeElectricJuicePaymentInstruction": {
"paymentInstruction": PaymentInstructionType
}
}
}