ivor

Results 10 comments of ivor

``` curl --location --request POST 'http://localhost:8080/analytics/v1/search' \ --header 'api-key: hyperswitch' \ --header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTUwOTc1ZjItNTljOS00OWNlLTk1YWEtNTQ1ZDIyOWY2NWUzIiwibWVyY2hhbnRfaWQiOiJtZXJjaGFudF8xNzA5MDIxNzI4Iiwicm9sZV9pZCI6Im9yZ19hZG1pbiIsImV4cCI6MTcxMjMwNDcyNywib3JnX2lkIjoib3JnX1VkY1B0dTZLTXEyc0dRZGZjUHh0In0.fSvYSUPZwpnxmUae1JtX3YRPxurxjCpb5Yk8vRCU8AM' \ --header 'content-type: application/json' \ --data-raw '{ "query": "usd", "offset": 0, "count": 10 }' ```...

``` curl 'http://localhost:8080/health/ready' ``` ``` {"database":true,"redis":true,"analytics":true,"opensearch":true,"outgoing_request":true} ```

``` curl --location 'http://localhost:8080/payouts/create' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'api-key: dev_0IdfEWhKXjiL8FI0KTXx36yryyqL0BnPCSP9a7KQNM1KeJSupzoE2oKdoPWev30B' \ --data-raw '{ "amount": 1, "currency": "EUR", "customer_id": "cus_69Qz5OIKkVfjxgdlRX8L", "email": "[email protected]", "name": "John Doe",...

``` curl --location --request PUT 'http://localhost:8080/payouts/1268a1c8-7ac7-4582-b6d8-a39406180db6' \ --header 'Content-Type: application/json' \ --header 'api-key: dev_0IdfEWhKXjiL8FI0KTXx36yryyqL0BnPCSP9a7KQNM1KeJSupzoE2oKdoPWev30B' \ --data '{ "confirm": true, "auto_fulfill": false }' ```

added `payment_method_data` from payment_attempt and `fingerprint_id` from payment_intent in integ, sbx, prod reports

Thanks @etorreborre, I've edited the commit message as per your suggestion and created a PR for adding myself as a contributor https://github.com/build-trust/ockam/pull/8462

Hi @etorreborre, I've fixed the email on the PR commit, could you please run the CI checks again

Hi @etorreborre, can you please run the checks again and merge this PR?

Hi @nazmulidris , i'd like to submit a PR for this issue

Hi @etorreborre , I've created a PR for this https://github.com/build-trust/ockam/pull/8449