GET CompanyUsersPaymentMethodRegister
Add a payment method to a user company
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The IFrame to add the card.
CompanyUserPaymentMethodDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Label | string |
None. |
|
| PAN | string |
None. |
|
| Token | string |
None. |
|
| State | byte |
None. |
|
| RedirectData | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "6278747f-354c-4b09-9ae6-a74eb8de969a",
"Label": "sample string 2",
"PAN": "sample string 3",
"Token": "sample string 4",
"State": 64,
"RedirectData": "sample string 6"
}
application/xml, text/xml
Sample:
<CompanyUserPaymentMethodDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Id>6278747f-354c-4b09-9ae6-a74eb8de969a</Id> <Label>sample string 2</Label> <PAN>sample string 3</PAN> <RedirectData>sample string 6</RedirectData> <State>64</State> <Token>sample string 4</Token> </CompanyUserPaymentMethodDto>