GET api/Stripe/RetriveChargeStatus?TransactionID={TransactionID}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| TransactionID | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Charge| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | string | 
                             None.  | 
                |
| object | string | 
                             None.  | 
                |
| amount | integer | 
                             None.  | 
                |
| amount_captured | integer | 
                             None.  | 
                |
| amount_refunded | integer | 
                             None.  | 
                |
| application_fee_amount | integer | 
                             None.  | 
                |
| authorization_code | string | 
                             None.  | 
                |
| billing_details | ChargeBillingDetails | 
                             None.  | 
                |
| calculated_statement_descriptor | string | 
                             None.  | 
                |
| captured | boolean | 
                             None.  | 
                |
| created | date | 
                             None.  | 
                |
| currency | string | 
                             None.  | 
                |
| description | string | 
                             None.  | 
                |
| disputed | boolean | 
                             None.  | 
                |
| failure_code | string | 
                             None.  | 
                |
| failure_message | string | 
                             None.  | 
                |
| fraud_details | ChargeFraudDetails | 
                             None.  | 
                |
| level3 | ChargeLevel3 | 
                             None.  | 
                |
| livemode | boolean | 
                             None.  | 
                |
| metadata | Dictionary of string [key] and string [value] | 
                             None.  | 
                |
| outcome | ChargeOutcome | 
                             None.  | 
                |
| paid | boolean | 
                             None.  | 
                |
| payment_method | string | 
                             None.  | 
                |
| payment_method_details | ChargePaymentMethodDetails | 
                             None.  | 
                |
| receipt_email | string | 
                             None.  | 
                |
| receipt_number | string | 
                             None.  | 
                |
| receipt_url | string | 
                             None.  | 
                |
| refunded | boolean | 
                             None.  | 
                |
| refunds | Collection of Refund | 
                             None.  | 
                |
| shipping | Shipping | 
                             None.  | 
                |
| source | IPaymentSource | 
                             None.  | 
                |
| statement_descriptor | string | 
                             None.  | 
                |
| statement_descriptor_suffix | string | 
                             None.  | 
                |
| status | string | 
                             None.  | 
                |
| transfer_data | ChargeTransferData | 
                             None.  | 
                |
| transfer_group | string | 
                             None.  | 
                
Response Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
        Sample not available.
text/html
            Sample:
    
        Sample not available.
application/xml
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
Sample not available.