GET api/PaymentIntentApi/GetStripeCustomers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
StripeCustomerViewModelName | Description | Type | Additional 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": "2b00750b-90d4-4cc8-9737-51789ca68d05", "UserID": "d79400fe-3c33-434b-ae4b-8eaeb1184271", "StripeCustomerID": "sample string 3", "DateCreated": "2023-09-03T06:26:31.046892+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>2023-09-03T06:26:31.046892+00:00</DateCreated> <ID>2b00750b-90d4-4cc8-9737-51789ca68d05</ID> <StripeCustomerID>sample string 3</StripeCustomerID> <UserID>d79400fe-3c33-434b-ae4b-8eaeb1184271</UserID> </StripeCustomerViewModel>