> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.dintero.com/feedback

```json
{
  "path": "/docs/checkout/walley-b2b",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Walley B2B invoice payments

> Implement Walley B2B invoice payments with Dintero Checkout Express to capture an approved business shipping address that meets Walley's invoicing requirements.

### Special considerations

When accepting Walley B2B invoice payments it is important to implement Dintero Checkout Express to get an approved shipping address that will be accepted by Walley.

For Walley B2B Invoice payments Dintero Checkout Express will use Walleys own business registry to fetch shipping and billing information about the customers company.

It is important that the session is created without a complete company address, as the checkout then skips the company lookup . The `session.order.shipping_address.country` and `session.order.shipping_address.organization_number` can be set to prefill those values in the company lookup form.

See the [Dintero Checkout Express documentation](/docs/checkout/express) for more information on how to implement this.

### Liability

Unlike card-based payments, Walley B2B invoice payments do not reserve or guarantee funds at the time of authorization. A captured transaction means Walley has issued an invoice to the customer's company, but the customer still needs to pay it via their bank. Funds are not guaranteed to arrive in the merchant's account until Walley has collected payment and settled it. If the customer does not pay, the merchant's receipt of funds depends on Walley's collection process and the specific contract terms.
