chore: Added docs for payment connector create (#394)

Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
Kartikeya Hegde
2023-01-17 20:03:16 +05:30
committed by GitHub
parent cb66485657
commit 0391f5ef01
5 changed files with 310 additions and 189 deletions

View File

@ -56,6 +56,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::enums::RoutingAlgorithm,
api_models::enums::PaymentMethodType,
api_models::enums::PaymentMethodSubType,
api_models::enums::ConnectorType,
api_models::enums::Currency,
api_models::enums::IntentStatus,
api_models::enums::CaptureMethod,
@ -64,6 +65,8 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::enums::WalletIssuer,
api_models::enums::Connector,
api_models::enums::PaymentMethodType,
api_models::admin::PaymentConnectorCreate,
api_models::admin::PaymentMethods,
api_models::payments::AddressDetails,
api_models::payments::Address,
api_models::payments::OrderDetails,
@ -85,6 +88,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::CustomerAcceptance,
api_models::payments::PaymentsRequest,
api_models::payments::PaymentsResponse,
api_models::payment_methods::PaymentExperience,
crate::types::api::admin::MerchantAccountResponse,
crate::types::api::admin::MerchantConnectorId,
crate::types::api::admin::MerchantDetails,