Billhighway Cloud API

<back to all web services

AnywhereTokenDepositRq

The following routes are available for this service:
POST/anywhere/token/deposit

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /anywhere/token/deposit HTTP/1.1 
Host: devapi.billhighway.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<AnywhereTokenDepositRq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common4.DTO.Anywhere">
  <Amount xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">0</Amount>
  <ChapId xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">0</ChapId>
  <DonorInfo xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">
    <AddressLine1>String</AddressLine1>
    <AddressLine2>String</AddressLine2>
    <City>String</City>
    <Email>String</Email>
    <Name>String</Name>
    <PostalCode>String</PostalCode>
    <State>String</State>
  </DonorInfo>
  <LoggedInUserId xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">0</LoggedInUserId>
  <Memo xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">String</Memo>
  <ReceiptEmail xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">String</ReceiptEmail>
  <UserId xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">0</UserId>
  <IntegrationPartnerId xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">0</IntegrationPartnerId>
  <TokenId xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">String</TokenId>
  <ChapAcctId xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">0</ChapAcctId>
  <ChapBillCatId xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">0</ChapBillCatId>
</AnywhereTokenDepositRq>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<AnywherePaymentRs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common4.DTO.Anywhere">
  <Amount xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">0</Amount>
  <CardType xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">String</CardType>
  <ConfirmationNumber xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">String</ConfirmationNumber>
  <IsDuplicate xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">false</IsDuplicate>
  <LastFour xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">String</LastFour>
  <Message xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">String</Message>
  <NameOnCard xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">String</NameOnCard>
  <Notes xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">String</Notes>
  <PaymentConfirmationNumber xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">0</PaymentConfirmationNumber>
  <Success xmlns="http://schemas.datacontract.org/2004/07/BH.CloudAPI.Common.DTO.Anywhere">false</Success>
</AnywherePaymentRs>