Docs
Get details on balance recharge transaction
https://api.apifonica.com/v2/accounts/{accountSID}/balance/payments/{paymentSID}
Overview
This request gets details of your balance recharge action by its identifier - {paymentSID}.
Request example
The following example demonstrates getting the details on your account top up action with the specified id.
curl –X GET https://api.apifonica.com/v2/accounts/{accountSID}/balance/payments/{paymentSID} \
-u {accountSID}:{authToken}
Response example
{
"date": "Wed, 28 May 1985 01:11:11 +0000",
"amount": 20,
"currency": "EUR",
"status": "completed",
"payment_sid": "pmta38c3754-a72d-3498-83fa-63018d10a12a",
"payment_method": "VISA credit card"
}
Response parameters
Parameter | Description |
---|---|
date | Date and time of a payment. |
amount | Amount of the payment. |
currency | Currency of the payment. |
status | The payment status. |
payment_sid | Unique account top up action identifier. |
payment_method | Payment method which was used to make the payment. |