Skip to content

Releases: NdoleStudio/ynote-go

v0.0.5

03 Mar 07:53
42667eb
Compare
Choose a tag to compare
  • Added the maximum_retries property when performing refund requests.

v0.0.4

29 Jan 21:29
2b69c25
Compare
Choose a tag to compare
  • Change the type of Amount from int to any to handle some failure cases.

v0.0.3

21 Dec 02:37
05b8942
Compare
Choose a tag to compare
  • Fixed the logic for detecting failed vs pending transactions

v0.0.2

01 Dec 15:52
d0fa02e
Compare
Choose a tag to compare

Implemented

  • Token
    • POST /oauth2/token: Get Access Token
  • Refund
    • POST /prod/refund: Refund a transaction
    • GET /prod/refund/status/{transactionID}: Get the status of a refund transaction

v0.0.1

01 Dec 13:05
d0fa02e
Compare
Choose a tag to compare

Implemented

  • Token
    • POST /oauth2/token: Get Access Token
  • Refund
    • POST /prod/refund: Refund a transaction
    • GET /prod/refund/status/{transactionID}: Get the status of a refund transaction