Skip to content

feat: add SEPA bank accounts + fix customer ID prefix (v0.3.0) - #13

Merged
alvseven merged 1 commit into
mainfrom
alves/cli-sepa-and-id-prefix
Jun 17, 2026
Merged

feat: add SEPA bank accounts + fix customer ID prefix (v0.3.0)#13
alvseven merged 1 commit into
mainfrom
alves/cli-sepa-and-id-prefix

Conversation

@alvseven

@alvseven alvseven commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Builds on the receivers→customers migration already on main (#11). Adds the two pieces that migration left out.

What this adds

  • SEPA bank accounts — the create command was missing SEPA support entirely. Adds sepa_iban + 8 sepa_beneficiary_* fields (flags + body), mirroring blindpay-node #50. The required address_line_1, city, postal_code, and country were previously unreachable, so SEPA accounts couldn't be created from the CLI.
  • Customer ID prefix fixmain had 67 cu_* example IDs in tests. The rename did not change the ID prefix; customer IDs are still re_(nanoid) per the changelog. Fixed cu_*re_*.
  • Version 0.2.00.3.0.

Notes

Builds on the receivers→customers migration already on main (#11).

- Add the full SEPA bank-account create field set (sepa_iban + 8
  sepa_beneficiary_* fields, with flags), which was missing entirely. Mirrors
  blindpay-node #50; required fields address_line_1/city/postal_code/country
  were previously unreachable from the CLI.
- Fix example IDs cu_* → re_* in tests — the receivers→customers rename did NOT
  change the ID prefix; customer IDs are still re_(nanoid) per the changelog.
- Bump version 0.2.0 → 0.3.0.
@alvseven
alvseven merged commit b466507 into main Jun 17, 2026
1 check passed
@ericviana
ericviana deleted the alves/cli-sepa-and-id-prefix branch July 27, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant