I have to integrate Square API in my application developed in .net. I have to process online payments through Square API which are made on my website. I searched on square documentation and related to dot net I found link https://developer.squareup.com/blog/announcing-squares-new-net-sdk/
Sample code provided in above link is only for creating customer on Square. Where I will find sample code for making payments with Card details.
Did more research and came across below one. This ask for payment, API Keys and many more things but not asking for Card details.
I can't understand where I have to add card details. https://developer.squareup.com/explorer/square/payments-api/create-payment
Also what are idempotency_key and source_id.
How to create nonce in Square?