Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -6663,6 +6663,7 @@
"signifyd",
"plaid",
"riskified",
"xendit",
"zen",
"zsl"
]
Expand Down Expand Up @@ -19420,6 +19421,7 @@
"wise",
"worldline",
"worldpay",
"xendit",
"zen",
"plaid",
"zsl"
Expand Down
2 changes: 2 additions & 0 deletions api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -9316,6 +9316,7 @@
"signifyd",
"plaid",
"riskified",
"xendit",
"zen",
"zsl"
]
Expand Down Expand Up @@ -23975,6 +23976,7 @@
"wise",
"worldline",
"worldpay",
"xendit",
"zen",
"plaid",
"zsl"
Expand Down
7 changes: 4 additions & 3 deletions crates/common_enums/src/connector_enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub enum RoutableConnectors {
Wise,
Worldline,
Worldpay,
// Xendit,
Xendit,
Zen,
Plaid,
Zsl,
Expand Down Expand Up @@ -268,7 +268,7 @@ pub enum Connector {
Signifyd,
Plaid,
Riskified,
// Xendit,
Xendit,
Zen,
Zsl,
}
Expand Down Expand Up @@ -404,7 +404,7 @@ impl Connector {
| Self::Wise
| Self::Worldline
| Self::Worldpay
// | Self::Xendit
| Self::Xendit
| Self::Zen
| Self::Zsl
| Self::Signifyd
Expand Down Expand Up @@ -536,6 +536,7 @@ impl From<RoutableConnectors> for Connector {
RoutableConnectors::Zen => Self::Zen,
RoutableConnectors::Plaid => Self::Plaid,
RoutableConnectors::Zsl => Self::Zsl,
RoutableConnectors::Xendit => Self::Xendit,
}
}
}
1 change: 1 addition & 0 deletions crates/connector_configs/src/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ impl ConnectorConfig {
Connector::DummyConnector7 => Ok(connector_data.paypal_test),
Connector::Netcetera => Ok(connector_data.netcetera),
Connector::CtpMastercard => Ok(connector_data.ctp_mastercard),
Connector::Xendit => Ok(connector_data.xendit),
}
}
}
40 changes: 40 additions & 0 deletions crates/connector_configs/toml/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4472,3 +4472,43 @@ label="Merchant Country Code"
placeholder="Enter Merchant Country Code"
required=true
type="Text"

[xendit]
[[xendit.credit]]
payment_method_type = "Mastercard"
[[xendit.credit]]
payment_method_type = "Visa"
[[xendit.credit]]
payment_method_type = "Interac"
[[xendit.credit]]
payment_method_type = "AmericanExpress"
[[xendit.credit]]
payment_method_type = "JCB"
[[xendit.credit]]
payment_method_type = "DinersClub"
[[xendit.credit]]
payment_method_type = "Discover"
[[xendit.credit]]
payment_method_type = "CartesBancaires"
[[xendit.credit]]
payment_method_type = "UnionPay"
[[xendit.debit]]
payment_method_type = "Mastercard"
[[xendit.debit]]
payment_method_type = "Visa"
[[xendit.debit]]
payment_method_type = "Interac"
[[xendit.debit]]
payment_method_type = "AmericanExpress"
[[xendit.debit]]
payment_method_type = "JCB"
[[xendit.debit]]
payment_method_type = "DinersClub"
[[xendit.debit]]
payment_method_type = "Discover"
[[xendit.debit]]
payment_method_type = "CartesBancaires"
[[xendit.debit]]
payment_method_type = "UnionPay"
[xendit.connector_auth.HeaderKey]
api_key="API Key"
42 changes: 41 additions & 1 deletion crates/connector_configs/toml/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3340,4 +3340,44 @@ merchant_secret="Source verification key"
[elavon.connector_auth.SignatureKey]
api_key="Account Id"
key1="User ID"
api_secret="Pin"
api_secret="Pin"

[xendit]
[[xendit.credit]]
payment_method_type = "Mastercard"
[[xendit.credit]]
payment_method_type = "Visa"
[[xendit.credit]]
payment_method_type = "Interac"
[[xendit.credit]]
payment_method_type = "AmericanExpress"
[[xendit.credit]]
payment_method_type = "JCB"
[[xendit.credit]]
payment_method_type = "DinersClub"
[[xendit.credit]]
payment_method_type = "Discover"
[[xendit.credit]]
payment_method_type = "CartesBancaires"
[[xendit.credit]]
payment_method_type = "UnionPay"
[[xendit.debit]]
payment_method_type = "Mastercard"
[[xendit.debit]]
payment_method_type = "Visa"
[[xendit.debit]]
payment_method_type = "Interac"
[[xendit.debit]]
payment_method_type = "AmericanExpress"
[[xendit.debit]]
payment_method_type = "JCB"
[[xendit.debit]]
payment_method_type = "DinersClub"
[[xendit.debit]]
payment_method_type = "Discover"
[[xendit.debit]]
payment_method_type = "CartesBancaires"
[[xendit.debit]]
payment_method_type = "UnionPay"
[xendit.connector_auth.HeaderKey]
api_key="API Key"
40 changes: 40 additions & 0 deletions crates/connector_configs/toml/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4409,3 +4409,43 @@ label="Merchant Country Code"
placeholder="Enter Merchant Country Code"
required=true
type="Text"

[xendit]
[[xendit.credit]]
payment_method_type = "Mastercard"
[[xendit.credit]]
payment_method_type = "Visa"
[[xendit.credit]]
payment_method_type = "Interac"
[[xendit.credit]]
payment_method_type = "AmericanExpress"
[[xendit.credit]]
payment_method_type = "JCB"
[[xendit.credit]]
payment_method_type = "DinersClub"
[[xendit.credit]]
payment_method_type = "Discover"
[[xendit.credit]]
payment_method_type = "CartesBancaires"
[[xendit.credit]]
payment_method_type = "UnionPay"
[[xendit.debit]]
payment_method_type = "Mastercard"
[[xendit.debit]]
payment_method_type = "Visa"
[[xendit.debit]]
payment_method_type = "Interac"
[[xendit.debit]]
payment_method_type = "AmericanExpress"
[[xendit.debit]]
payment_method_type = "JCB"
[[xendit.debit]]
payment_method_type = "DinersClub"
[[xendit.debit]]
payment_method_type = "Discover"
[[xendit.debit]]
payment_method_type = "CartesBancaires"
[[xendit.debit]]
payment_method_type = "UnionPay"
[xendit.connector_auth.HeaderKey]
api_key="API Key"
Loading
Loading