The 'Apply Rule Group' endpoint applies an existing rule group on the Funding Account.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request POST 'https://uat-lb.simplifipay.com/v1/funding-source//rule-group/' \
--header'requestUuid;'
Response Response Example
{"errorCode":"99997","message":"General Error"}
Request
Authorization
JWT
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
or
Path Params
thirdPartyId
stringÂ
required
This is a unique identifier for the Account ID of funding source (wallet)
ruleGroupUuid
stringÂ
required
This is a unique identifier for the Rule Group
Header Params
requestUuid
stringÂ
required
A unique id is required to be passed as part of the header whenever a SimpliFi API is called from your system. This would help us in debugging in case of a discrepancy in the expected behavior of the API.