Payouts and Account Automation-2. Webhooks subscription

Number of APIs: 5

  1. 2. Create subsription for borderless deposit POST {{host}}/v3/profiles/{{business-profile-id}}/subscriptions

  2. 3. List webhook subscriptions GET {{host}}/v3/profiles/{{business-profile-id}}/subscriptions

  3. 4. Get webhook subscription by ID GET {{host}}/v3/profiles/{{business-profile-id}}/subscriptions/{{webhook1-id}}

  4. 5. Delete webhook subscription for transfer state change DELETE {{host}}/v3/profiles/{{business-profile-id}}/subscriptions/{{webhook1-id}}

  5. 6. Delete webhook subscription for borderless deposit DELETE {{host}}/v3/profiles/{{business-profile-id}}/subscriptions/{{webhook2-id}}