Skip to main content

Merchant Payee Account Activated

Webhook 

Type: merchant.payee_account.activated.v1

Occurs when a payee account for a given country and invoice type for a merchant is activated

Payload

The data object in the payload contains data that indicates a merchant has been activated. Payload will include merchant_id, merchant_legal_name, merchant_country_code of merchant and country code and invoice type of activated payee account.

Example

{
"specversion":"1.0",
"id": "01FBJ0PYJ7931K0CJ6GMP8N3WG",
"type": "merchant.payee_account.activated.v1",
"time": "2023-06-21T12:34:56.123456Z",
"source": "https://api.two.inc",
"subject": "merchant/b6b9d5d1-f6b7-4e15-9703-9c32c6e5c1c2",
"twomerchantid":"b6b9d5d1-f6b7-4e15-9703-9c32c6e5c1c2",
"data": {
"merchant_id": "b6b9d5d1-f6b7-4e15-9703-9c32c6e5c1c2",
"merchant_legal_name": "Example Merchant Ltd",
"merchant_country_code": "GB",
"payee_account_country_code": "GB",
"payee_account_invoice_type": "FUNDED_INVOICE",
}

Triggering in sandbox

This webhook object is emitted whenever a new active payee account for country code and invoice type for a merchant is activated and the country invoice type combination has no other active payee accounts. Use case is for merchants activating a new payee account for a country and invoice type to inform partner merchant of activation.

Request

Responses

Successful Response