mollie-api-go icon indicating copy to clipboard operation
mollie-api-go copied to clipboard

Golang wrapper for Mollie's REST API with full resource coverage.

Results 11 mollie-api-go issues
Sort by recently updated
recently updated
newest added

Bumps golang from 1.19.0-alpine to 1.19.1-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.19.0-alpine&new-version=1.19.1-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

**Is your feature request related to a problem? Please describe.** According to the API it should be possible to set multiple payment methods instead of one. https://docs.mollie.com/reference/v2/payments-api/create-payment The reason i...

enhancement

# Description Hi there, It's been a long time coming (#271 ) but this PR changes the shipping address from value to pointer, allowing empty values to be skipped during...

area/orders
core
testdata

**Is your feature request related to a problem? Please describe.** Every resource hace a `list` endpoint which returns results paginated, currently the pagination package helps the user handle the pagination...

enhancement
v4

**Is your feature request related to a problem? Please describe.** Create a complete implementation for Mollie Connect. **Describe the solution you'd like** Currently the implementation only provides the necessary targets...

enhancement
v4

Hi there, loving the library so far. Thank you! **Describe the bug** I'm selling digital products, so there is no need for a shipping address. As far as I can...

bug
area/orders
v4

**Is your feature request related to a problem? Please describe.** For some List objects you define the Embedded field as slice of pointers, for some as slice of objects. Is...

enhancement
v4

**Describe the bug** The following code throws an error after about 4000 balance items: ``` fromId := "" for { opts := mollie.BalanceTransactionsListOptions{From: fromId, Limit: 250} _, items, err :=...

bug
in proggress
investigation

**Describe the solution you'd like** During May a new parameter was introduced for the (Create Payment)[https://docs.mollie.com/reference/v2/payments-api/create-payment] api endpoint. **Additional context** See the entry in the [Changelog](https://docs.mollie.com/changelog/v2/changelog#may-2024)

enhancement
API parity
area/payments