OpenapiBilling
Cancel_payment_attempt
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
realmId*string
Realm ID
attemptId*string
Payment Attempt ID
Format
uuidResponse Body
application/json
curl -X POST "https://example.com/api/bill/string/purchase/payment-attempts/497f6eca-6276-4993-bfeb-53cbbbba6f08/cancel"{ "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
Empty