{"id":18384606,"url":"https://github.com/speakeasy-sdks/bridge-go","last_synced_at":"2026-01-22T07:05:16.608Z","repository":{"id":157898375,"uuid":"627863763","full_name":"speakeasy-sdks/bridge-go","owner":"speakeasy-sdks","description":"A go SDK for accessing the bridge-go API.","archived":false,"fork":false,"pushed_at":"2024-04-02T21:20:09.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-19T08:11:14.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/speakeasy-sdks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-14T11:18:55.000Z","updated_at":"2023-04-14T11:18:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"355c6071-2b7e-4944-8382-6125c397197d","html_url":"https://github.com/speakeasy-sdks/bridge-go","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/speakeasy-sdks/bridge-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Fbridge-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Fbridge-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Fbridge-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Fbridge-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/speakeasy-sdks","download_url":"https://codeload.github.com/speakeasy-sdks/bridge-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Fbridge-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28657601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T01:14:54.089Z","updated_at":"2026-01-22T07:05:16.594Z","avatar_url":"https://github.com/speakeasy-sdks.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource srcset=\"https://user-images.githubusercontent.com/6267663/232034887-48fd151e-8ba5-466f-99bf-8c67aeeec0de.png\" media=\"(prefers-color-scheme: dark)\" width=\"100\"\u003e\n        \u003cimg src=\"https://user-images.githubusercontent.com/6267663/232034887-48fd151e-8ba5-466f-99bf-8c67aeeec0de.png\" width=\"100\"\u003e\n    \u003c/picture\u003e\n    \u003ch1\u003eBridge Go SDK\u003c/h1\u003e\n   \u003cp\u003eLeverage bank transfers and improve payment experience with Payment Links.\u003c/p\u003e\n   \u003ca href=\"https://docs.bridgeapi.io/docs\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=Docs\u0026message=API Ref\u0026color=5444e4\u0026style=for-the-badge\" /\u003e\u003c/a\u003e\n   \u003ca href=\"https://github.com/speakeasy-sdks/bridge-go/actions\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/speakeasy-sdks/bridge-go/speakeasy_sdk_generation.yml?style=for-the-badge\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/speakeasy-sdks/bridge-go/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/speakeasy-sdks/bridge-go?sort=semver\u0026style=for-the-badge\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\n\u003c!-- Start SDK Installation --\u003e\n## SDK Installation\n\n```bash\ngo get github.com/speakeasy-sdks/bridge-go\n```\n\u003c!-- End SDK Installation --\u003e\n\n## SDK Example Usage\n\u003c!-- Start SDK Example Usage --\u003e\n```go\npackage main\n\nimport(\n\t\"context\"\n\t\"log\"\n\t\"github.com/speakeasy-sdks/bridge-go\"\n\t\"github.com/speakeasy-sdks/bridge-go/pkg/models/shared\"\n\t\"github.com/speakeasy-sdks/bridge-go/pkg/types\"\n)\n\nfunc main() {\n    s := bride.New(\n        bride.WithSecurity(shared.Security{\n            ClientID: bride.String(\"YOUR_API_KEY_HERE\"),\n        }),\n    )\n\n    ctx := context.Background()    \n    req := shared.PaymentLinkRequest{\n        BankID: bride.Int64(548814),\n        CallbackURL: bride.String(\"provident\"),\n        ClientReference: bride.String(\"ABCDE_FG-HI_12345\"),\n        Country: shared.PaymentLinkRequestCountryEnumDe.ToPointer(),\n        ExpiredDate: types.MustTimeFromString(\"2021-07-24T22:00:00.000Z\"),\n        Transactions: []shared.Transaction{\n            shared.Transaction{\n                Amount: 120.98,\n                Beneficiary: \u0026shared.Beneficiary{\n                    CompanyName: bride.String(\"Acme Inc.\"),\n                    FirstName: bride.String(\"John\"),\n                    Iban: \"GB29 NWBK 6016 1331 9268 19\",\n                    LastName: bride.String(\"Doe\"),\n                },\n                Currency: \"EUR\",\n                EndToEndID: bride.String(\"E2E_ID-1234\"),\n                ExecutionDate: types.MustTimeFromString(\"2021-07-24T22:00:00.000Z\"),\n                Label: \"Refund 123456\",\n            },\n            shared.Transaction{\n                Amount: 120.98,\n                Beneficiary: \u0026shared.Beneficiary{\n                    CompanyName: bride.String(\"Acme Inc.\"),\n                    FirstName: bride.String(\"John\"),\n                    Iban: \"GB29 NWBK 6016 1331 9268 19\",\n                    LastName: bride.String(\"Doe\"),\n                },\n                Currency: \"EUR\",\n                EndToEndID: bride.String(\"E2E_ID-1234\"),\n                ExecutionDate: types.MustTimeFromString(\"2021-07-24T22:00:00.000Z\"),\n                Label: \"Refund 123456\",\n            },\n            shared.Transaction{\n                Amount: 120.98,\n                Beneficiary: \u0026shared.Beneficiary{\n                    CompanyName: bride.String(\"Acme Inc.\"),\n                    FirstName: bride.String(\"John\"),\n                    Iban: \"GB29 NWBK 6016 1331 9268 19\",\n                    LastName: bride.String(\"Doe\"),\n                },\n                Currency: \"EUR\",\n                EndToEndID: bride.String(\"E2E_ID-1234\"),\n                ExecutionDate: types.MustTimeFromString(\"2021-07-24T22:00:00.000Z\"),\n                Label: \"Refund 123456\",\n            },\n            shared.Transaction{\n                Amount: 120.98,\n                Beneficiary: \u0026shared.Beneficiary{\n                    CompanyName: bride.String(\"Acme Inc.\"),\n                    FirstName: bride.String(\"John\"),\n                    Iban: \"GB29 NWBK 6016 1331 9268 19\",\n                    LastName: bride.String(\"Doe\"),\n                },\n                Currency: \"EUR\",\n                EndToEndID: bride.String(\"E2E_ID-1234\"),\n                ExecutionDate: types.MustTimeFromString(\"2021-07-24T22:00:00.000Z\"),\n                Label: \"Refund 123456\",\n            },\n        },\n        User: shared.User{\n            ExternalReference: bride.String(\"REF-USER-1234_AZ\"),\n            FirstName: \"Thomas\",\n            LastName: \"Pichet\",\n        },\n    }\n\n    res, err := s.PaymentLinks.Create(ctx, req)\n    if err != nil {\n        log.Fatal(err)\n    }\n\n    if res.CreatePaymentLink200ApplicationJSONObject != nil {\n        // handle response\n    }\n}\n```\n\u003c!-- End SDK Example Usage --\u003e\n\n\u003c!-- Start SDK Available Operations --\u003e\n## Available Resources and Operations\n\n\n### [PaymentLinks](docs/paymentlinks/README.md)\n\n* [Create](docs/paymentlinks/README.md#create) - Create a payment link\n* [Get](docs/paymentlinks/README.md#get) - Retrieve payment link information by ID\n* [List](docs/paymentlinks/README.md#list) - Retrieve a list of payment links\n* [Revoke](docs/paymentlinks/README.md#revoke) - Revoke a payment link\n\u003c!-- End SDK Available Operations --\u003e\n\n### Maturity\n\nThis SDK is in beta and therefore, we recommend pinning usage to a specific package version.\nThis way, you can install the same version each time without breaking changes unless you are intentionally\nlooking for the latest version.\n\n### Contributions\n\nWhile we value open-source contributions to this SDK, this library is generated and maintained programmatically.\nFeel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release !\n\n### SDK Created by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeasy-sdks%2Fbridge-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspeakeasy-sdks%2Fbridge-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeasy-sdks%2Fbridge-go/lists"}