3
SDK Languages
Developer Docs
This documentation covers the Payyd SDK contract shared by .NET, PHP, and Python: authentication, Hosted Payin, S2S Payin, Payouts, and download/distribution instructions.
3
SDK Languages
18+
Enterprise Client Methods
3
Core API Areas
Install the SDK package for your language and confirm checksums.
Go to SDK DownloadsUnderstand request signing vs bearer token responsibilities.
Read Authentication GuideReview all Hosted, S2S, and Payout method signatures.
Open Method ReferenceUnderstand when to use Hosted, S2S, or Payout.
Open Differences & Notes| Domain | Typical Flow | Main Methods |
|---|---|---|
| Payin Hosted | Create transaction and redirect customer to hosted URL. | payin_hosted_create_transaction, payin_hosted_get_transaction_by_reference |
| Payin S2S | Create, collect sender details in your backend, and submit pay transaction. | payin_s2s_create_transaction, payin_s2s_pay_transaction |
| Payout | Send funds to a receiver bank account. | payout_create_transaction, payout_get_transaction |