Payments / Show
Name | Payments / Show |
|---|---|
Description | Show details of a specific Payment. |
Type | GET |
URL | /v9/payments/:payment_id |
API|User |
Long Description
Display details of a single payment.
Parameters
Name | Description | Type | Presence | Location |
|---|---|---|---|---|
| The ID of the specific Payment | Integer | Required | URI |
Examples
Request | Response |
|---|---|
/v9/payments/504536 | {
"amount": "299.0",
"avs_postal_code_response": "",
"avs_postal_code_response_code": "",
"avs_response": "",
"avs_response_code": "",
"avs_street_address_response": "",
"avs_street_address_response_code": "",
"check_number": null,
"created_at": "2014-08-04T19:11:33Z",
"credit_card": null,
"credit_memo_id": null,
"cvv_response": "",
"cvv_response_code": "",
"id": 504536,
"is_refund": false,
"order_link_id": 649766,
"payment_for_credit_memo_id": null,
"performed_by": null,
"refunded_from_id": null,
"state": "captured",
"type": "credit_card",
"updated_at": "2014-08-04T19:11:33Z",
"url": "/payments/504536"
} |
|
|