Changed on:
24 Oct 2023
Setting Area | UI component, Workflow, Orders |
---|---|
Supported context levels: | GLOBAL |
This setting is used to describe the Payment Providers used by the Account
Data Type | Values |
---|---|
JSON | Default Values:
Sample Value:
|
1POST {{fluentApiHost}}/graphql
2
3mutation {
4createSetting(input:
5{
6name: "PAYMENT.PROVIDER",
7lobValue: [{name:"BRAINTREE"},{name:"CYBERSOURCE"},{name:"PAYPAL"}],
8context: "GLOBAL",
9contextId: 0,
10valueType: "JSON"
11}){
12id
13}}
Language: json
1POST {{fluentApiHost}}/graphql
2
3
4mutation updateSetting {
5 updateSetting(input: {
6 name: "PAYMENT.PROVIDER",
7 valueType: "JSON",
8 lobValue:[{name:"BRAINTREE"},{name:"CYBERSOURCE"},{name:"PAYPAL"},{name:"AFTERPAY"}],
9 context: "GLOBAL",
10 id: 5001464,
11 contextId: 0}) {
12 id
13 name
14 }
15}
Language: json
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.