Skip to content

API V2.3 #253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 6, 2016
Merged

API V2.3 #253

merged 1 commit into from
Jul 6, 2016

Conversation

bhelx
Copy link
Contributor

@bhelx bhelx commented Jun 21, 2016

Route changes:

  • Added GET /v2/account/:code/balance

Request and Response Changes:

  • Changed Transaction response:
    • Added <original_transaction> link element.
  • Changed Add-On response:
    • Added <revenue_schedule_type> element.
  • Changed Charge response:
    • Added <revenue_schedule_type> element.
  • Changed Plan response:
    • Added <revenue_schedule_type> element.
    • Added <setup_fee_revenue_schedule_type> element.
  • Changed Subscription response:
    • Added <revenue_schedule_type> element.
  • Changed Account response:
    • Added <account_balance> link element.
  • Added pagination options:
    • Added sort option: accepts created_at/updated_at, defaults to created_at.
    • Added order option: accepts desc/asc, defaults to desc.
    • Added begin_time/end_time options: accepts an ISO 8601 date or date and time.

Example of sort params:

Recurly::Plan.all(
  begin_time: "2015-03-01T15:57:43Z",
  end_time: "2016-06-20T15:57:43Z",
  sort: :created_at
)

\cc @drewish @ajnadel

@bhelx bhelx force-pushed the api_version_2_3 branch from 2b42507 to a33f59a Compare July 5, 2016 20:19
@csmb
Copy link
Contributor

csmb commented Jul 6, 2016

LGTM!

@csmb csmb merged commit a50c8fd into master Jul 6, 2016
@csmb csmb deleted the api_version_2_3 branch July 6, 2016 21:00
@bhelx bhelx mentioned this pull request Jul 6, 2016
@bhelx bhelx added the V2 V2 Client label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants