Update Payment Intent Status
POST /v2/send/payment-intents/{paymentIntentId}/status
POST
/v2/send/payment-intents/{paymentIntentId}/status
Update payment intent status via external webhook (completed, failed, refunded)
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” paymentIntentId
required
string format: uuid
Payment Intent ID
Example
e271bc5c-f870-44cd-8462-54280d0411f6 SendPaymentIntentIdParamDto
required
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
status
required
New status for the payment intent
string
payoutinprogress transactionHash
Transaction hash (optional, required when status is networkinprogress or networkcompleted)
string
0x1234567890abcdef...Responses
Section titled “ Responses ”The resource has been successfully updated.
object
id
required
Payment Intent ID
string format: uuid
e271bc5c-f870-44cd-8462-54280d0411f6 status
required
Updated status
string
completed transactionHash
Transaction hash
string
0x1234567890abcdef... completedAt
Completion timestamp
string format: date-time
2023-12-01T10:00:00Z updatedAt
required
Last update timestamp
string format: date-time
2023-12-01T10:00:00ZBad Request
Unauthorized
Forbidden
Not Found
Internal Server Error