GET api/PaymentIntentApi/GetStripeCustomers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

StripeCustomerViewModel
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

UserID

globally unique identifier

None.

StripeCustomerID

string

None.

DateCreated

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": "e2e6c396-d362-4e0b-9aa8-996ff05c50a9",
  "UserID": "4b435bbe-5bb1-4daf-bc5c-3bab9f8f4013",
  "StripeCustomerID": "sample string 3",
  "DateCreated": "2024-10-15T08:22:58.9570304+00:00"
}

application/xml, text/xml

Sample:
<StripeCustomerViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.DataLayer.Common">
  <DateCreated>2024-10-15T08:22:58.9570304+00:00</DateCreated>
  <ID>e2e6c396-d362-4e0b-9aa8-996ff05c50a9</ID>
  <StripeCustomerID>sample string 3</StripeCustomerID>
  <UserID>4b435bbe-5bb1-4daf-bc5c-3bab9f8f4013</UserID>
</StripeCustomerViewModel>