Related Problem
The Web API supports specifying a merchant_code when creating a checkout, but this option is not available in the iOS SDK. This limitation makes it difficult to test payment flows against a sandbox merchant account when using a single profile with both production and sandbox environments.
Proposed Solution
Add support for a merchantCode parameter in the iOS SDK’s payment initiation flow, aligning it with the Web API capabilities.
Alternatives Considered
Using the Web API for sandbox testing instead of the iOS SDK. However, this prevents proper validation of the native mobile integration.
Additional Context
Related Problem
The Web API supports specifying a
merchant_codewhen creating a checkout, but this option is not available in the iOS SDK. This limitation makes it difficult to test payment flows against a sandbox merchant account when using a single profile with both production and sandbox environments.Proposed Solution
Add support for a
merchantCodeparameter in the iOS SDK’s payment initiation flow, aligning it with the Web API capabilities.Alternatives Considered
Using the Web API for sandbox testing instead of the iOS SDK. However, this prevents proper validation of the native mobile integration.
Additional Context
merchant_codefield available in the Web API