Merchant Credentials
Path Parameters
Name
Type
Description
{
"merchant_id": "d6399869-747c-4537-9c04-f81ce2a6c5eb",
"credentials": [
{
credential_id: "03e675d2-ef81-4d1b-a236-cee7f6abee57"
vendor: 'stripe',
configuration: {
account_type: 'custom',
account_id: 'acct_1Lij4xPPz4rWmXkv',
api_token: '<Stripe API Token>'
}
},
{
credential_id: "03e675d2-ef81-4d1b-a236-cee7f6abee57"
vendor: 'nmi',
configuration: {
gateway_id: '12345567',
api_token: '<NMI API Token>',
public_key: '<NMI API public key>'
}
}
]
}Example API Response
Last updated