How to retrieve Order - Payments - Notes

Hi,
I’m trying to get using the API and SKD (in PHP) a note from an Order that’s located inside Payments. But I have no idea where to find it in the REST documentation.
Can someone help me?
I need to know where can I find the Notes (insider Order->Payments) field in the API.

Thanks!!

REST doesn’t provide access to this. You’ll need the SDK and query the paynote field on the payment table

Got it, thanks!! I’ll use the SKD and this reference: Table Schema Documentation - Keap Developer Portal

1 Like