storeBankDetailsForLead
Store bank details for a lead and return the mandate UUID.
Arguments
Input for adding payment details to a lead.
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 StoreBankDetailsForLead($input: StoreBankDetailsForLeadInput!) {
storeBankDetailsForLead(input: $input) {
paymentMethodReference
}
}
Variables
{
"input": StoreBankDetailsForLeadInput
}
Response
{
"data": {
"storeBankDetailsForLead": {
"paymentMethodReference": "free-soldier-reduce-fish-case"
}
}
}