cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice: check the open receivables of a customer

Former Member
0 Kudos

Hi

We have a customer which handles his product orders with a webshop.

If a customer which already exists (customer account) wants to order something in the webshop, they would have the possibility to check his open receivables before he can order something new.

My Question: Which is the best Webservice to check the account balance / the open receivables of a customer?

How can we handle this?

Our customer wants to see about his existing customer:

Customer X --> account balance of open receivables: 4'000 Euro

Thanks for helping

Greetings

Nicole

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

There is no standard integration webservices offered. You could extend the solution to create a custom webservice

or the better approach would be to use the OData service for Open Account Receivables

https://*******.sapbydesign.com/sap/byd/odata/fin_receivablesar_analytics.svc/RPFINGLAU08_Q0002Query...

You could call this from any external solution.

Hope this helps.