New funding type for vendor payments: AP Card
We have introduced AP Card as a new funding account type for vendor payments with the v3 API.
The AP Card is a payment method that enables you to send fast payments with no transaction fees or annual fees. You can use the AP Card with any vendor who accepts credit card payments. See AP Card Frequently Asked Questions (FAQs) in the BILL Help to learn more about AP Cards.
Vendor payments
When you create a vendor payment with POST /v3/payments
, you can now set the AP_CARD
as the funding account type
.
See POST /v3/payments in the API reference for more information.
Get list of AP Cards
We have introduced GET /v3/funding-accounts/ap-cards
for getting a list of AP Cards available in the current organization.
See GET /v3/funding-account/ap-cards in the API reference for more information.
Payment webhook improvements
The payment.updated
webhook notification is available for the BANK_ACCOUNT
, CARD_ACCOUNT
, and WALLET
funding type. We have now added notification capabilities for the AP_CARD
funding account type.
See Payment notification payloads for more information.