BillGoldService


Click here for a complete list of operations.

CloseInvoice

סגירה של מסמך - שינוי פרמטר IsOpen

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /interface/BillGoldService.asmx HTTP/1.1
Host: secure.cardcom.solutions
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "BillGoldService/CloseInvoice"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CloseInvoice xmlns="BillGoldService">
      <UserName>string</UserName>
      <UserPassword>string</UserPassword>
      <invoiceNumber>int</invoiceNumber>
      <invoiceType>int</invoiceType>
    </CloseInvoice>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CloseInvoiceResponse xmlns="BillGoldService">
      <CloseInvoiceResult>
        <ResposeCode>unsignedInt</ResposeCode>
        <Description>string</Description>
        <InternalDealNumber>long</InternalDealNumber>
        <shvaRespons>
          <_Status_1>int</_Status_1>
          <_Filler_4>string</_Filler_4>
          <_Card_Number_5>string</_Card_Number_5>
          <_Mutag_24>string</_Mutag_24>
          <_Sulac_25>string</_Sulac_25>
          <_Service_Code_26>string</_Service_Code_26>
          <_J_Parameter_29>string</_J_Parameter_29>
          <_Tokef_30>string</_Tokef_30>
          <_Response_Id_34>string</_Response_Id_34>
          <_Response_CVV_35>string</_Response_CVV_35>
          <_Sum_36>int</_Sum_36>
          <_New_Info_44>string</_New_Info_44>
          <_Sum_Stars_52>string</_Sum_Stars_52>
          <_Card_Type_Code_60>string</_Card_Type_Code_60>
          <_deal_Type_61>string</_deal_Type_61>
          <_Credit_Type_63>string</_Credit_Type_63>
          <_UCAF_CAVV_64>string</_UCAF_CAVV_64>
          <_Coin_Type_65>string</_Coin_Type_65>
          <_deal_Type_66>string</_deal_Type_66>
          <_Club_Code_68>string</_Club_Code_68>
          <_Call_reson_69>string</_Call_reson_69>
          <_Source_approval_70>string</_Source_approval_70>
          <_Approval_Number_71>string</_Approval_Number_71>
          <OriginalApprovalNumber>string</OriginalApprovalNumber>
          <_First_Payment_Sum_78>string</_First_Payment_Sum_78>
          <_Const_Patment_86>string</_Const_Patment_86>
          <_Number_Of_Payments_94>string</_Number_Of_Payments_94>
          <_File_Number_96>string</_File_Number_96>
          <_Cash_Registery_98>string</_Cash_Registery_98>
          <_Cash_Registery_Sudar_101>string</_Cash_Registery_Sudar_101>
          <_Card_Name_104>string</_Card_Name_104>
          <_Abrod_card_119>string</_Abrod_card_119>
          <_User_Info_120>string</_User_Info_120>
          <_IsHever>boolean</_IsHever>
          <_IsJ2ChackIsValid>boolean</_IsJ2ChackIsValid>
          <IsEMV>boolean</IsEMV>
          <spType>string</spType>
          <Uid>string</Uid>
          <Rrn>string</Rrn>
          <BinId>int</BinId>
          <CardLength>string</CardLength>
          <_BillLocation>int</_BillLocation>
          <authCodeManpik>int</authCodeManpik>
          <Token>string</Token>
          <_Card_Number_FirstSixDigits>string</_Card_Number_FirstSixDigits>
        </shvaRespons>
        <InvoiceResponse>
          <ResponseCode>unsignedInt</ResponseCode>
          <Description>string</Description>
          <InvoiceNumber>int</InvoiceNumber>
          <InvoiceType>int</InvoiceType>
          <AccountID>int</AccountID>
          <CardSaved>boolean</CardSaved>
          <EmailSendWasQueued>boolean</EmailSendWasQueued>
          <InvoiceLink>string</InvoiceLink>
        </InvoiceResponse>
        <ResponseCode>unsignedInt</ResponseCode>
      </CloseInvoiceResult>
    </CloseInvoiceResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /interface/BillGoldService.asmx HTTP/1.1
Host: secure.cardcom.solutions
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CloseInvoice xmlns="BillGoldService">
      <UserName>string</UserName>
      <UserPassword>string</UserPassword>
      <invoiceNumber>int</invoiceNumber>
      <invoiceType>int</invoiceType>
    </CloseInvoice>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CloseInvoiceResponse xmlns="BillGoldService">
      <CloseInvoiceResult>
        <ResposeCode>unsignedInt</ResposeCode>
        <Description>string</Description>
        <InternalDealNumber>long</InternalDealNumber>
        <shvaRespons>
          <_Status_1>int</_Status_1>
          <_Filler_4>string</_Filler_4>
          <_Card_Number_5>string</_Card_Number_5>
          <_Mutag_24>string</_Mutag_24>
          <_Sulac_25>string</_Sulac_25>
          <_Service_Code_26>string</_Service_Code_26>
          <_J_Parameter_29>string</_J_Parameter_29>
          <_Tokef_30>string</_Tokef_30>
          <_Response_Id_34>string</_Response_Id_34>
          <_Response_CVV_35>string</_Response_CVV_35>
          <_Sum_36>int</_Sum_36>
          <_New_Info_44>string</_New_Info_44>
          <_Sum_Stars_52>string</_Sum_Stars_52>
          <_Card_Type_Code_60>string</_Card_Type_Code_60>
          <_deal_Type_61>string</_deal_Type_61>
          <_Credit_Type_63>string</_Credit_Type_63>
          <_UCAF_CAVV_64>string</_UCAF_CAVV_64>
          <_Coin_Type_65>string</_Coin_Type_65>
          <_deal_Type_66>string</_deal_Type_66>
          <_Club_Code_68>string</_Club_Code_68>
          <_Call_reson_69>string</_Call_reson_69>
          <_Source_approval_70>string</_Source_approval_70>
          <_Approval_Number_71>string</_Approval_Number_71>
          <OriginalApprovalNumber>string</OriginalApprovalNumber>
          <_First_Payment_Sum_78>string</_First_Payment_Sum_78>
          <_Const_Patment_86>string</_Const_Patment_86>
          <_Number_Of_Payments_94>string</_Number_Of_Payments_94>
          <_File_Number_96>string</_File_Number_96>
          <_Cash_Registery_98>string</_Cash_Registery_98>
          <_Cash_Registery_Sudar_101>string</_Cash_Registery_Sudar_101>
          <_Card_Name_104>string</_Card_Name_104>
          <_Abrod_card_119>string</_Abrod_card_119>
          <_User_Info_120>string</_User_Info_120>
          <_IsHever>boolean</_IsHever>
          <_IsJ2ChackIsValid>boolean</_IsJ2ChackIsValid>
          <IsEMV>boolean</IsEMV>
          <spType>string</spType>
          <Uid>string</Uid>
          <Rrn>string</Rrn>
          <BinId>int</BinId>
          <CardLength>string</CardLength>
          <_BillLocation>int</_BillLocation>
          <authCodeManpik>int</authCodeManpik>
          <Token>string</Token>
          <_Card_Number_FirstSixDigits>string</_Card_Number_FirstSixDigits>
        </shvaRespons>
        <InvoiceResponse>
          <ResponseCode>unsignedInt</ResponseCode>
          <Description>string</Description>
          <InvoiceNumber>int</InvoiceNumber>
          <InvoiceType>int</InvoiceType>
          <AccountID>int</AccountID>
          <CardSaved>boolean</CardSaved>
          <EmailSendWasQueued>boolean</EmailSendWasQueued>
          <InvoiceLink>string</InvoiceLink>
        </InvoiceResponse>
        <ResponseCode>unsignedInt</ResponseCode>
      </CloseInvoiceResult>
    </CloseInvoiceResponse>
  </soap12:Body>
</soap12:Envelope>