#ORIKIMO-charge-search
1 messages · Page 1 of 1 (latest)
Can you post your code
Here as opposed to a screenshot
The screenshot really hard to see
I have multiple file to execute it
No just the charge request code
{ query: 'amount>3990', apiVersion: '2022-08-01' }
this is my params
but the api don't want it
Yeah your apiVersion needs to be passed as an options object
{ query: 'amount>3990'}, {apiVersion: '2022-08-01' }
it works ! thanks a lot !