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": "82f97760-2700-4b63-919b-0ebc903489d8", "UserID": "73c42c8c-3a5b-4a37-a6e7-11b8945db0ba", "StripeCustomerID": "sample string 3", "DateCreated": "2023-03-21T04:51:21.3372443+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-03-21T04:51:21.3372443+00:00</DateCreated> <ID>82f97760-2700-4b63-919b-0ebc903489d8</ID> <StripeCustomerID>sample string 3</StripeCustomerID> <UserID>73c42c8c-3a5b-4a37-a6e7-11b8945db0ba</UserID> </StripeCustomerViewModel>