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": "e105f616-bbab-49b7-a868-103e206070b3", "UserID": "69343c1a-3abe-46e5-9160-238b108c4dbf", "StripeCustomerID": "sample string 3", "DateCreated": "2023-09-26T04:00:01.824941+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-26T04:00:01.824941+00:00</DateCreated> <ID>e105f616-bbab-49b7-a868-103e206070b3</ID> <StripeCustomerID>sample string 3</StripeCustomerID> <UserID>69343c1a-3abe-46e5-9160-238b108c4dbf</UserID> </StripeCustomerViewModel>