storeBankDetailsForLead
Store bank details for a lead and return the mandate UUID.
Arguments
Input for adding payment details to a lead.
Possible Errors
Allowed Viewers
Required Permissions
Can create payment instructions for leadQuery Complexity
5Examples
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": "require-sea-return-sell-edge"
}
}
}