Sokin Embedded API
  1. v2025-12-01
Sokin Embedded API
  • Getting Started
    • Sokin Definitions
    • Guides
      • Authentication
      • Receiving Payments
      • FX Payments
      • Payments
      • Unfunded Payments
      • Unfunded FX Payments
  • Authentication
    • Get Token
      POST
    • Get Token on behalf of corporate
      POST
    • Schemas
      • TokenResponse
  • Corporates
    • v2025-12-01
      • Create a new Corporate
      • Request pre-signed URLs for onboarding document uploads
      • Add an individual associate to a corporate onboarding request
      • Finalise corporate onboarding submission
    • Schemas
      • NumericRange
      • ApiResponse[AddIndividualAssociateResponse]
      • AddOnboardingDocumentsResponse
      • ApiResponse[AddOnboardingDocumentsResponse]
      • AssociateType
      • ErrorResponse
      • FinaliseSubmissionResponse
      • MoneyRange
      • PresignedUrlResponse
      • FinaliseSubmissionRequest
      • CreateCorporateResponse
      • CreateCorporateRequest
      • ApiResponse[CreateCorporateResponse]
      • AddOnboardingDocumentsRequest
      • OwnershipType
      • ErrorDetail
      • AddIndividualAssociateRequest
      • AddIndividualAssociateResponse
  • Corporate Currency Accounts
    • v2025-12-01
      • Get Corporate Currency Accounts
      • Get Corporate Currency Account By Reference
    • Schemas
      • ErrorResponse
      • PaginationInfo
      • ErrorDetail
      • ApiResponse[GetCCAByReferenceResponse]
      • GetCCAByReferenceResponse
      • GetCCAByReferenceResponsePayInDetail
      • GetCCAsResponseItem
      • PaginatedApiResponse[GetCCAsResponseItem]
  • Beneficiaries
    • v2025-12-01
      • Get Beneficiary Fields
      • Create External Beneficiary
      • Get Beneficiary List
      • Get Beneficiary Details
      • Delete Beneficiary
    • Schemas
      • ErrorResponse
      • FieldType
      • IdentifierType
      • TransactionTypeEnum
      • BeneficiaryType
      • AccountType
      • ApiResponse[BeneficiaryDetails]
      • ApiResponse[CreateExternalBeneficiaryData]
      • ApiResponse[GetBeneficiaryFieldsResponse]
      • StateOrProvince
      • PaginatedApiResponse[BeneficiaryListItem]
      • GetBeneficiaryFieldsResponse
      • ApiResponse[DeleteBeneficiaryData]
      • BeneficiaryField
      • BeneficiaryListItem
      • CreateExternalBeneficiaryData
      • CreateExternalBeneficiaryRequest
      • DeleteBeneficiaryData
      • PaginationInfo
      • PaginatedBeneficiaryFieldsResponse
      • ErrorDetail
      • BeneficiaryDetails
  • Instruction Requests
    • v2025-12-01
      • Get Instruction Request By Reference
      • Create Payment Instruction Request
      • Create Fx Instruction Request
      • Create Fx Payment Instruction Request
      • Create Unfunded Payment Instruction Request
      • Create Unfunded Fx Payment Instruction Request
    • Schemas
      • ErrorResponse
      • ApiResponse[CreateInstructionRequestResponse]
      • ErrorDetail
      • ApiResponse[GetInstructionRequestResponse]
      • CreateFxPaymentInstructionRequest
      • CreateInstructionRequestResponse
      • CreatePaymentInstructionRequest
      • CreateUnfundedFxPaymentInstructionRequest
      • CreateUnfundedPaymentInstructionRequest
      • GetInstructionRequestResponse
      • CreateFXInstructionRequest
  • Instructions
    • v2025-12-01
      • Get Instruction By Reference
    • Schemas
      • ErrorDetail
      • ErrorResponse
      • ApiResponse[GetInstructionResponse]
      • GetInstructionResponse
  • Foreign Exchange
    • v2025-12-01
      • Get Fx Rate
    • Schemas
      • ErrorResponse
      • FxRateData
      • FixedSide
      • ApiResponse[FxRateData]
      • ErrorDetail
      • FxRateRequest
  • Webhooks
    • Webhooks
    • v2025-12-01
      • Create Subscription
        POST
      • Update Subscription Status
        PATCH
      • Update Subscription
        PUT
      • Delete Subscription
        DELETE
      • Get Subscription By Id
        GET
      • List Notification Logs
        GET
      • Retry Notification
        POST
    • Schemas
      • ApiResponse[CreateSubscriptionResponse]
      • NotificationStatus
      • ApiResponse[NotificationLogList]
      • NotificationAttemptResponse
      • ApiResponse[UpdateSubscriptionResponse]
      • NotificationLogList
      • ErrorResponse
      • NotificationLogResponse
      • SubscriptionCreateOrUpdate
      • SubscriptionStatusUpdate
      • CreateSubscriptionResponse
      • UpdateSubscriptionResponse
      • InstructionCreated
      • ErrorDetail
      • InstructionReqeustRejected
      • InstructionProcessedWebhook
      • InstructionRejectedWebhook
      • OnboardingRequestApproved
      • OnboardingRequestRejected
      • CorporateActivated
      • CorporateDeactivated
      • CorporateCurrencyAccountFundingReceived
      • WebhookSubscription
      • WebhookNotificationLogs
  1. v2025-12-01

Retry Notification

Developing
Testing Env
Testing Env
POST
/webhooks/notifications/{notification_id}/retry
Retry a notification for processing.

Request

Path Params

Responses

🟢204Success
Successful Response
This response does not have a body.
🟠400Bad Request
🟠401Not Found
🟠403
🟠404
🟠422
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/webhooks/notifications//retry'
Response Response Example
400 - Success
{
    "error": [
        {
            "code": "bad_request",
            "message": "The request could not be understood due to malformed syntax.",
            "correlationId": "req_01jfk2abc123def456",
            "details": {
                "field": "requestBody",
                "issue": "Invalid JSON format"
            }
        }
    ]
}
Modified at 2025-12-16 20:47:00
Previous
List Notification Logs
Next
ApiResponse_CreateSubscriptionResponse_
Built with