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.
A brownout is in_progress for 'Mutation.storeElectricJuicePaymentInstruction' from Aug. 19, 2026, 5:24 a.m. to Aug. 26, 2026, 6:47 a.m..
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.
Examples
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
}
}
}