Credential Passthrough
You can pass through the service provider’s credentials of your customer when sending a POST request, so that a platform can process as one of the service provider’s merchants.
Refer to the API reference for sample code.
Service provider: Authorize.net
To pass through the credentials when using Authorize.net as the service provider, provide the following additional elements to the request header:
| Key | Type | Description |
|---|---|---|
Meld-Passthrough-Key-Id | String | The unique identifier that the service provider has issued to you |
Meld-Passthrough-Key-Private | String | The unique private that the service provider has issued to you |
Meld-Passthrough-Reference | String | The unique reference code/Id that you assign to your customer |
Service provider: Braintree
To pass through the credentials when using Braintree as the service provider, provide the following additional elements to the request header:
| Key | Type | Description |
|---|---|---|
Meld-Passthrough-Oauth | String | The unique identifier that the service provider has issued to you |
Meld-Passthrough-Reference | String | The unique reference code/Id that you assign to your customer |
Service provider: Checkout
To pass through the credentials when using Checkout as the service provider, provide the following additional elements to the request header:
| Key | Type | Description |
|---|---|---|
Meld-Passthrough-Key-Private | String | The unique private that the service provider has issued to you |
Meld-Passthrough-Reference | String | The unique reference code/Id that you assign to your customer |
Service provider: NMI
To pass through the credentials when using NMI as the service provider, provide the following additional elements to the request header:
| Key | Type | Description |
|---|---|---|
Meld-Passthrough-Key-Private | String | The unique private that the service provider has issued to you |
Meld-Passthrough-Reference | String | The unique reference code/Id that you assign to your customer |
Service provider: Square
To pass through the credentials when using Square as the service provider, provide the following additional elements to the request header:
| Key | String | Description |
|---|---|---|
Meld-Passthrough-Key-Private | String | The unique private that the service provider has issued to you |
Meld-Passthrough-Reference | String | The unique reference code/Id that you assign to your customer |
Service provider: Stripe
To pass through the credentials when using Stripe as the service provider, provide the following additional elements to the request header:
| Key | Type | Description |
|---|---|---|
Meld-Passthrough-Key-Id | String | The unique identifier that the service provider has issued to you |
Meld-Passthrough-Key-Private | String | The unique private that the service provider has issued to you |
Meld-Passthrough-Reference | String | The unique reference code/Id that you assign to your customer |
Updated 2 months ago