GET api/AuthorizeNetPay/CreateCustomerProfile?custIdk={custIdk}&company={company}&accountName={accountName}

Method for Creating Customer Profile with Customer Information and Payment Profile with Card Information in Authorize.net

Request Information

URI Parameters

NameDescriptionTypeAdditional information
custIdk

Auto Inccrement Id of the Customer from Customer Table

integer

Required

company

Internal Id Used by Transexpress. Need to send 10

string

Required

accountName

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns a concatinated string of Customer Profile Id-Payment Profile Id-Message in success case and Mesage in error Case

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.