Skip to main content

Prepaid card bulk order event

POST 

/prepaid/card/bulk/events

This webhook will be sent when card bulk order is processed.

Request

Header Parameters

    Signature string

    HMAC signature of the request

    Content-Type stringrequired

    Default value: application/json

    application/json

Body

    id uuid

    Card bulk order id.

    status CardBulkOrderStatus (string)

    Possible values: [COMPLETED, FAILED]

    Contain information about the different card bulk order statuses.

    • COMPLETED - Card bulk order is completed successfully.
    • FAILED - There is an error with card bulk order. See status reason for more information.
    statusReason string

    Reason for the status change.

    customerId string

    Possible values: <= 50 characters

    Wallet customer id.

Responses

OK

Loading...