Skip to content
API referenceConsumerBilling

List_my_payment_attempts

GET
/consumer/v1/billing/payment-attempts

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/consumer/v1/billing/payment-attempts"
[  {    "attempt_num": 0,    "attempted_at": "2019-08-24T14:15:22Z",    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "latency_ms": 0,    "outcome_kind": "string",    "payment_intent_id": "7e322e88-5311-4979-b283-b9a687137f41",    "provider": "string",    "requires_3ds": true,    "resolved_at": "2019-08-24T14:15:22Z",    "user_message_key": "string"  }]