List all the Payment Attempt Records attached to the specified Payment Record.
Parameters
- payment_
recordstringRequired The ID of the Payment Record.
Returns
A dictionary with a data property that contains an array of Payment Attempt Records.
Response
{ "object": "list", "url": "/v1/payment_attempt_records", "has_more": false, "data": [ { "id": "par_4sdDKj23235s", "object": "payment_attempt_record", "amount_canceled": { "currency": "usd", "value": 0 }, "amount_failed": { "currency": "usd", "value": 0 }, "amount_guaranteed": { "currency": "usd", "value": 0 }, "amount_refunded": { "currency": "usd", "value": 0 }, "amount_requested": { "currency": "usd", "value": 1000 }, "created": 1730211363, "customer_details": null, "customer_presence": "on_session", "description": "computer software", "livemode": true, "payment_method_details": { "billing_details": null, "custom": { "display_name": "newpay", "type": "cpmt_125kjj3hn3sdf" }, "payment_method": "pm_5j23kjksibjlks", "type": "custom" }, "payment_record": "pr_5RV730PrHyAEi", "payment_reference": "npp2358872734k", "shipping_details": null } ]}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc