Skip to main content

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

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.


Thank you cperdue ,

But i’m actually talking about payment order_id 

 


Hi Hanane,

 

Do you have a Payment proposal for this payment?

 

Best regards,

Thakshila | Platned

 


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


Hello Hanane,

 

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

 

 

Best regards,

Thakshila | Platned


Reply