Payment Get API Method Gives Amount in GBP while Currency is Euro

When I try to Fetch Payments Using API, Currency is in Euro but Amount is in GBP.

 <Amount>695.60</Amount>
      <Currency>EUR</Currency>

Actual Amount is 779 in Euro and Exchange Rate is 1.1199.

Or please Added Exchange rate when Payment is Attached to Invoice Because its Giving -4.2750 Difference if i try to use Exchange rate on Invoice.

Hello @Sohaib_Ahsan

This has been added a few weeks back. What version of the API are you using?

I’m using 1.2. You added Exchange rate on Purchase and Invoice Get Methods. I Still Can’t Send Exchange Rate via Invoice Create or Purchase Create Method.

See They are is No Exchange Rate on Payment Get Method

  <PaymentDetails>
          <PaymentID>------</PaymentID>
          <PaymentDate>2018-07-24</PaymentDate>
          <ClientID>------</ClientID>
          <ClientName>--------</ClientName>
          <Amount>379.29</Amount>
          <Currency>EUR</Currency>
          <PayMethod>BACS</PayMethod>
          <PayName>Bank Transfer</PayName>
          <Notes />
          <Status>LIVE</Status>
          <BankNominalCode>-----</BankNominalCode>
          <Allocations>
            <Invoices>
              <Invoice>
                <InvoiceID>--------</InvoiceID>
                <InvoiceNumber>------</InvoiceNumber>
                <AllocatedAmount>379.29</AllocatedAmount>
                <AllocatedDate>2018-07-24</AllocatedDate>
              </Invoice>
              <Invoice>
                <InvoiceID>-----</InvoiceID>
                <InvoiceNumber>------</InvoiceNumber>
                <AllocatedAmount>60754.13</AllocatedAmount>
                <AllocatedDate>2018-07-24</AllocatedDate>
              </Invoice>
            </Invoices>
            <TotalAllocated>61133.42</TotalAllocated>
            <TotalUnallocated>0.00</TotalUnallocated>
          </Allocations>
        </PaymentDetails>

Any Progress if you made.

Not as of yet I’m afraid. As soon as I have any updates, I will update you here.

1 Like

@Sohaib_Ahsan - We’ve released an update this morning which should resolve this. Would you mind checking and letting me know if this works as expected please?

Yes Now I’m Getting Exchange Rate Thanks For Your Help!

1 Like