POST v1/paymentMethodImport/StaxAch

Documentation for 'Stax'.

Request Information

Parameters

NameDescriptionAdditional information
staxImport
Documentation for 'staxImport'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
Click to beautify!
{
  "customerId": 1,
  "staxCustomerId": "sample string 2",
  "staxCardId": "sample string 3"
}

application/xml, text/xml

Sample:
Click to beautify!
<StaxImport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Post">
  <CustomerId>1</CustomerId>
  <StaxCardId>sample string 3</StaxCardId>
  <StaxCustomerId>sample string 2</StaxCustomerId>
</StaxImport>

application/x-www-form-urlencoded

Sample:
Click to beautify!

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
Click to beautify!
{
  "maskedAccountNumber": "sample string 1",
  "maskedTransitNumber": "sample string 2",
  "bankAccountType": "sample string 3",
  "customerId": 4,
  "firstName": "sample string 5",
  "lastName": "sample string 6",
  "address1": "sample string 7",
  "address2": "sample string 8",
  "countryId": 1,
  "country": "sample string 9",
  "stateId": 1,
  "state": "sample string 10",
  "city": "sample string 11",
  "postalZip": "sample string 12",
  "isDefault": true,
  "isParent": true,
  "externalCustomerId": "sample string 15",
  "externalCardId": "sample string 16",
  "storedInFusebillVault": true,
  "email": "sample string 18",
  "modifiedDate": "2024-05-03T05:07:15.0128775+00:00",
  "originalPaymentMethodId": 1,
  "isUsedForBillingPeriodOverride": true,
  "businessTaxId": "sample string 20",
  "storedInStax": true,
  "paymentMethodType": "sample string 22",
  "sharing": true,
  "descendantOverrides": [
    {
      "id": 1,
      "customerId": 2,
      "sharing": true
    },
    {
      "id": 1,
      "customerId": 2,
      "sharing": true
    },
    {
      "id": 1,
      "customerId": 2,
      "sharing": true
    }
  ],
  "status": "sample string 23",
  "repeatFailureCount": 24,
  "id": 25,
  "uri": "sample string 26"
}

application/xml, text/xml

Sample:
Click to beautify!
<AchCard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Get">
  <Id>25</Id>
  <Uri>sample string 26</Uri>
  <Address1>sample string 7</Address1>
  <Address2>sample string 8</Address2>
  <BusinessTaxId>sample string 20</BusinessTaxId>
  <City>sample string 11</City>
  <Country>sample string 9</Country>
  <CountryId>1</CountryId>
  <CustomerId>4</CustomerId>
  <DescendantOverrides>
    <PaymentMethodSharing>
      <CustomerId>2</CustomerId>
      <Id>1</Id>
      <Sharing>true</Sharing>
    </PaymentMethodSharing>
    <PaymentMethodSharing>
      <CustomerId>2</CustomerId>
      <Id>1</Id>
      <Sharing>true</Sharing>
    </PaymentMethodSharing>
    <PaymentMethodSharing>
      <CustomerId>2</CustomerId>
      <Id>1</Id>
      <Sharing>true</Sharing>
    </PaymentMethodSharing>
  </DescendantOverrides>
  <Email>sample string 18</Email>
  <ExternalCardId>sample string 16</ExternalCardId>
  <ExternalCustomerId>sample string 15</ExternalCustomerId>
  <FirstName>sample string 5</FirstName>
  <IsDefault>true</IsDefault>
  <IsParent>true</IsParent>
  <IsUsedForBillingPeriodOverride>true</IsUsedForBillingPeriodOverride>
  <LastName>sample string 6</LastName>
  <ModifiedDate>2024-05-03T05:07:15.0128775+00:00</ModifiedDate>
  <OriginalPaymentMethodId>1</OriginalPaymentMethodId>
  <PaymentMethodType>sample string 22</PaymentMethodType>
  <PostalZip>sample string 12</PostalZip>
  <RepeatFailureCount>24</RepeatFailureCount>
  <Sharing>true</Sharing>
  <State>sample string 10</State>
  <StateId>1</StateId>
  <Status>sample string 23</Status>
  <StoredInFusebillVault>true</StoredInFusebillVault>
  <StoredInStax>true</StoredInStax>
  <BankAccountType>sample string 3</BankAccountType>
  <MaskedAccountNumber>sample string 1</MaskedAccountNumber>
  <MaskedTransitNumber>sample string 2</MaskedTransitNumber>
</AchCard>