-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f547e5
commit b753919
Showing
7 changed files
with
80 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
GET https://api.recurly.com/v2/external_subscriptions/uuid-72bb9966bb5dc3767461ce4368a6b366 HTTP/1.1 | ||
X-Api-Version: {api-version} | ||
Accept: application/xml | ||
Authorization: Basic YXBpa2V5Og== | ||
User-Agent: {user-agent} | ||
|
||
HTTP/1.1 200 OK | ||
Content-Type: application/xml; charset=utf-8 | ||
|
||
<?xml version="1.0" encoding="UTF-8"?> | ||
<external_subscription href="https://api.recurly.com/v2/external_subscriptions/sd28t3zdm59r"> | ||
<account href="https://api.recurly.com/v2/accounts/testmock"/> | ||
<external_invoices href="https://api.recurly.com/v2/external_subscriptions/sd28t3zdm59r/external_invoices"/> | ||
<external_payment_phases href="https://api.recurly.com/v2/external_subscriptions/sd28t3zdm59r/external_payment_phases"/> | ||
<external_id>abcd1234</external_id> | ||
<external_product_reference nil="nil"></external_product_reference> | ||
<uuid>72bb9966bb5dc3767461ce4368a6b366</uuid> | ||
<last_purchased nil="nil"></last_purchased> | ||
<auto_renew type="boolean">false</auto_renew> | ||
<in_grace_period type="boolean">false</in_grace_period> | ||
<imported type="boolean">false</imported> | ||
<test type="boolean">false</test> | ||
<app_identifier>app_identifier</app_identifier> | ||
<quantity type="integer">1</quantity> | ||
<state>active</state> | ||
<activated_at nil="nil"></activated_at> | ||
<canceled_at type="datetime">2022-11-03T21:57:14Z</canceled_at> | ||
<expires_at nil="nil"></expires_at> | ||
<trial_started_at type="datetime">2022-11-03T21:57:14Z</trial_started_at> | ||
<trial_ends_at type="datetime">2022-11-03T21:57:14Z</trial_ends_at> | ||
<created_at type="datetime">2022-11-03T21:57:14Z</created_at> | ||
<updated_at type="datetime">2022-11-04T18:11:51Z</updated_at> | ||
</external_subscription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters