POST api/PaymentIntentApi/AddStripeCustomers
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": "5d9fee35-fccf-4737-bb0c-34d0bdc7e70e", "UserID": "8931d8e2-9194-41d4-815e-6d7512979ef8", "StripeCustomerID": "sample string 3", "DateCreated": "2023-03-30T23:40:25.2267113+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-30T23:40:25.2267113+00:00</DateCreated> <ID>5d9fee35-fccf-4737-bb0c-34d0bdc7e70e</ID> <StripeCustomerID>sample string 3</StripeCustomerID> <UserID>8931d8e2-9194-41d4-815e-6d7512979ef8</UserID> </StripeCustomerViewModel>