The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
},
StripeCard:
[
{
StripeCardId: String,
StripeCustomerId: String,
AgentId: 0,
Last4: String,
NickName: String,
IsDefault: False,
Deleted: False,
StripeSource:
{
id: String,
exp_month: String,
exp_year: 0,
address_city: String,
address_line1: String,
address_line2: String,
address_state: String,
address_zip: String,
name: String
}
}
]
}