Herald
OpenapiBilling

Get_payment_attempt_status

GET
/api/bill/{realmId}/purchase/payment-attempts/{attemptId}

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Path Parameters

realmId*string

Realm ID

attemptId*string

Payment Attempt ID

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/api/bill/string/purchase/payment-attempts/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "amount": 0,  "completedAt": "string",  "createdAt": "string",  "currency": "string",  "expiresAt": "string",  "fulfillment": null,  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "providerStatus": "string",  "status": "string",  "targetId": "cbca1126-180e-4334-9df8-cf82289d378b",  "targetType": "string"}
Empty
Empty
Empty