A Merchant Config defines the available payment options for paying a Payment Request.
Attributes
Attributes
-
type
-
walletId
-
paypalMerchantAccountId
-
paypalStoreId
-
farmlandsMerchantNumber
-
externalMerchantId
-
collectionIds
See Asset Types for values that may be present in the type
field.
Test payment options should never be used for live merchant configurations.
/api/merchants/{merchantId}/configs
This endpoint allows you to create a Merchant Config for a Merchant.
Attributes
-
paymentOptions
-
allowedRedirectUrls
Errors
-
INVALID_WALLET_TYPE
-
LIVENESS_MISMATCH
-
COLLECTIONS_INVALID
/api/merchants/{merchantId}/configs/{configId}
This endpoint allows you to retrieve a Merchant Config by id.
/api/merchants/{merchantId}/configs
This endpoint allows you to retrieve a list of Merchant Configs.
/api/merchants/{merchantId}/configs/{configId}
This endpoint allows you to update a Merchant Config.
Attributes
-
paymentOptions
-
allowedRedirectUrls
Errors
-
INVALID_WALLET_TYPE
-
LIVENESS_MISMATCH
-
COLLECTIONS_INVALID