Question

Customer payment order

  • 20 December 2023
  • 5 replies
  • 55 views

Userlevel 1
Badge +8

Hello, 

I have an order_id and I need to get the identity (customer_id) of a new payment order (not yet created)

Is there any table where I can extract identity based on order_id?

 

Thank you ,

Hanane


5 replies

Userlevel 6
Badge +14

Do you have access to customer orders?   If you query the customer order number, you can find the customer ID in the header of said order.

Userlevel 1
Badge +8

Thank you cperdue ,

But i’m actually talking about payment order_id 

 

Badge

Hi Hanane,

 

Do you have a Payment proposal for this payment?

 

Best regards,

Thakshila | Platned

 

Userlevel 1
Badge +8

Hello Thakshila ,

I have a payment proposal which means I have  selected proposal id (s) .

but the column identity in payment_proposal view or tab is null so when I use 

PAYMENT_PROPOSAL_API.Get_Identity(company_ ,automatic_payment_type_ ,proposal_id_) ;

→ I get a null value

Badge

Hello Hanane,

 

I also considered checking the identity in the payment proposal as follows.

 

 

Best regards,

Thakshila | Platned

Reply