v1
latestOpenAPI 3.1.02026-07-241910582.8 KBCreate Payment Action
post/payment_actions
Request body
Response
200
Example response
{
"id": "12345678-abcd-efgh-ijkl-123456789012",
"object": "payment_action",
"type": "stop",
"status": "pending",
"actionable_id": "12345678-abcd-efgh-ijkl-123456789012",
"actionable_type": "payment_order",
"internal_account_id": "12345678-abcd-efgh-ijkl-123456789012",
"details": {
"amount": 2000,
"currency": "USD",
"check_number": "12323423",
"issue_date": "2026-01-01",
"payee_name": "Harry Potter",
"originating_account_number": "123213"
},
"created_at": "2025-05-27T20:48:14Z",
"updated_at": "2025-05-27T20:48:14Z"
}