Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

v1.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@0xCLARITY 0xCLARITY released this 18 Jun 13:00
· 206 commits to master since this release
1.0.0-beta

Changelog

Base PayID

Public API (Version 1.0)

  • Added application/payid+json Header
  • Changed PaymentInformation to return address information in an addresses array (BREAKING)
  • Added mandatory request version header PayID-Version: x.y (BREAKING)

Private API (Version 2020-05-28)

  • Changed snake_case in request bodies to camelCase (BREAKING)
  • Added mandatory request version header PayID-API-Version: yyyy-mm-dd (BREAKING)

Extensions & Travel Rule

  • Changed receipts endpoint to payment-proofs(BREAKING)
  • Changed Receipt type to PaymentProof (BREAKING)
  • Removed nonce (BREAKING)
  • Changed invoice endpoint to payment-setup-details (BREAKING)
  • Changed Invoice type to PaymentSetupDetails (BREAKING)
  • Added txId to PaymentSetupDetails and PaymentProof
  • Added optional memo field to PaymentProof
  • Added optional memo field to PaymentInformation