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
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09Payment Intent ID
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
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09 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