feat(connector): Add Peachpayments Template Code (#9363)

Co-authored-by: Anurag Singh <anurag.singh.001@Anurag-Singh-WPMHJ5619X.local>
This commit is contained in:
Anurag
2025-09-11 21:39:06 +05:30
committed by GitHub
parent a87ab733e9
commit 0873d93084
29 changed files with 1432 additions and 23 deletions

View File

@ -98,6 +98,7 @@ pub struct ConnectorAuthentication {
pub paystack: Option<HeaderKey>,
pub paytm: Option<HeaderKey>,
pub payu: Option<BodyKey>,
pub peachpayments: Option<HeaderKey>,
pub phonepe: Option<HeaderKey>,
pub placetopay: Option<BodyKey>,
pub plaid: Option<BodyKey>,

View File

@ -168,4 +168,8 @@ api_key="API Key"
[boku]
api_key="API Key"
key1 = "transaction key"
key1 = "transaction key"
[peachpayments]
api_key="API Key"
key1="Tenant ID"