Click or drag to resize

IAtomiaBillingApiAddPaymentProfile Method

Adds the payment profile.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Guid AddPaymentProfile(
	Guid accountId,
	string paymentMethodName,
	Dictionary<string, string> attributes
)

Parameters

accountId
Type: SystemGuid
The account id.
paymentMethodName
Type: SystemString
Name of the payment method.
attributes
Type: System.Collections.GenericDictionaryString, String
The attributes.

Return Value

Type: Guid
Id of created payment profile.
See Also