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
82c4fce1-d2c7-48cb-a647-6993dbe37819Request 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
82c4fce1-d2c7-48cb-a647-6993dbe37819 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