<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.hostway.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=Accounts-accountId-paymentInfo-paymentInfoId%3AGET</id>
		<title>Accounts-accountId-paymentInfo-paymentInfoId:GET - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=Accounts-accountId-paymentInfo-paymentInfoId%3AGET"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Accounts-accountId-paymentInfo-paymentInfoId:GET&amp;action=history"/>
		<updated>2026-05-04T17:45:39Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://docs.hostway.com/index.php?title=Accounts-accountId-paymentInfo-paymentInfoId:GET&amp;diff=1256&amp;oldid=prev</id>
		<title>Mike.robski: 1 revision: Release 92</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Accounts-accountId-paymentInfo-paymentInfoId:GET&amp;diff=1256&amp;oldid=prev"/>
				<updated>2014-04-08T17:20:48Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision: Release 92&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 17:20, 8 April 2014&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Mike.robski</name></author>	</entry>

	<entry>
		<id>http://docs.hostway.com/index.php?title=Accounts-accountId-paymentInfo-paymentInfoId:GET&amp;diff=1255&amp;oldid=prev</id>
		<title>Dinh.anh: /* Response Body */</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Accounts-accountId-paymentInfo-paymentInfoId:GET&amp;diff=1255&amp;oldid=prev"/>
				<updated>2014-04-01T11:10:47Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Response Body&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= GET /accounts/''{accountId}''/paymentInfo/''{paymentInfoId}'' =&lt;br /&gt;
Retrieves an individual active payment method.&lt;br /&gt;
__TOC__&lt;br /&gt;
== Request ==&lt;br /&gt;
&amp;lt;code&amp;gt;GET /accounts/''{accountId}''/paymentInfo/''{paymentInfoId}''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
; accountId - ''string''&lt;br /&gt;
: The Id of the account.&lt;br /&gt;
&lt;br /&gt;
; paymentInfoId - ''string''&lt;br /&gt;
: The Id of the payment method.&lt;br /&gt;
&lt;br /&gt;
=== URI Parameters ===&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
=== Request Headers ===&lt;br /&gt;
{{Authorization}}&lt;br /&gt;
&lt;br /&gt;
== Response ==&lt;br /&gt;
&lt;br /&gt;
=== Status Code ===&lt;br /&gt;
;200 OK&lt;br /&gt;
: Success&lt;br /&gt;
&lt;br /&gt;
;403 Forbidden&lt;br /&gt;
: The user lacks the necessary permissions to access the resource&lt;br /&gt;
&lt;br /&gt;
;404 Not Found&lt;br /&gt;
: The account or payment info was not found&lt;br /&gt;
&lt;br /&gt;
=== Response Body ===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;paymentInfoType&amp;quot;: &amp;quot;direct_debit&amp;quot;,&lt;br /&gt;
    &amp;quot;routingNumber&amp;quot;: &amp;quot;564738291&amp;quot;,&lt;br /&gt;
    &amp;quot;links&amp;quot;: [{&amp;quot;href&amp;quot;: &amp;quot;&amp;lt;/nowiki&amp;gt;{{APIBaseURL}}&amp;lt;nowiki&amp;gt;/accounts/{accountId}/paymentInfo/dd-100062441&amp;quot;, &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;}],&lt;br /&gt;
    &amp;quot;accountNumber&amp;quot;: &amp;quot;XXXXXXXXXXXX2332&amp;quot;,&lt;br /&gt;
    &amp;quot;default&amp;quot;: 0&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;links&amp;quot;: [{&amp;quot;href&amp;quot;: &amp;quot;&amp;lt;/nowiki&amp;gt;{{APIBaseURL}}&amp;lt;nowiki&amp;gt;/accounts/{accountId}/paymentInfo/cc-100069155&amp;quot;, &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;}], &lt;br /&gt;
    &amp;quot;paymentInfoType&amp;quot;: &amp;quot;credit_card&amp;quot;,&lt;br /&gt;
    &amp;quot;creditCardType&amp;quot;: &amp;quot;visa&amp;quot;,&lt;br /&gt;
    &amp;quot;accountNumber&amp;quot;: &amp;quot;XXXXXXXXXXXX1111&amp;quot;,&lt;br /&gt;
    &amp;quot;expirationDate&amp;quot;: &amp;quot;2017-04&amp;quot;,&lt;br /&gt;
    &amp;quot;default&amp;quot;: 1&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
; paymentType - ''string''&lt;br /&gt;
: Describes whether the type of the payment method. Valid values are '''direct_debit''' or '''credit_card'''&lt;br /&gt;
&lt;br /&gt;
; default - ''integer''&lt;br /&gt;
: Whether the payment method is the default. Allowed values are '''0''' and '''1'''&lt;br /&gt;
&lt;br /&gt;
; accountNumber - ''integer''&lt;br /&gt;
: Available for direct debit and credit card. Contains the masked account number or the masked number of the credit card associated with the payment method&lt;br /&gt;
&lt;br /&gt;
; routingNumber - ''string''&lt;br /&gt;
: ''(OPTIONAL)''&lt;br /&gt;
: Only available for direct debit. Contains the routing number of the payment method&lt;br /&gt;
&lt;br /&gt;
; creditCardType - ''string''&lt;br /&gt;
: ''(OPTIONAL)''&lt;br /&gt;
: Only available for credit card. Describes the type of the card&lt;br /&gt;
&lt;br /&gt;
; expirationDate - ''string''&lt;br /&gt;
: ''(OPTIONAL)''&lt;br /&gt;
: Only available for credit card. Contains the expiration date of the card&lt;br /&gt;
&lt;br /&gt;
; links - ''list''&lt;br /&gt;
: [[Hypermedia]] for this resource. Links to self&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Account|Account Management API]]&lt;br /&gt;
* [[Common Features]]&lt;br /&gt;
&lt;br /&gt;
{{disqus}}&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Account Management API]]&lt;/div&gt;</summary>
		<author><name>Dinh.anh</name></author>	</entry>

	</feed>