Spain B2G: Payment Instructions
Spain requires that you use specific codes to model payment means.
Use the PaymentMeansCode
of the PaymentMeans element to specify this information.
Element
Element Name (Technical Name) | Cardinality | Description |
---|---|---|
Payment Means Code (Invoice/PaymentMeans/PaymentMeansCode ) | 0..1 | Use one of the allowed codes to specify the means of payment. |
Restrictions
You must use one of the following codes. You can use the VRBL codes or the UNCL4461 codes (where available):
VRBL Code | UNCL4461 Codes | Description |
---|---|---|
VRBL:ES-B2G:01 | 10 | In cash |
VRBL:ES-B2G:02 | 49 | Direct debit |
VRBL:ES-B2G:03 | Not applicable | Receipt |
VRBL:ES-B2G:04 | 30 | Credit transfer |
VRBL:ES-B2G:05 | 44 | Accepted bill of exchange |
VRBL:ES-B2G:06 | Not applicable | Documentary credit |
VRBL:ES-B2G:07 | Not applicable | Contract award |
VRBL:ES-B2G:08 | 24 | Bill of exchange |
VRBL:ES-B2G:09 | Not applicable | Transferable promissory note |
VRBL:ES-B2G:10 | Not applicable | Non transferable promissory note |
VRBL:ES-B2G:11 | 23 | Cheque |
VRBL:ES-B2G:12 | Not applicable | Open account reimbursement |
VRBL:ES-B2G:13 | Not applicable | Special payment |
VRBL:ES-B2G:14 | Not applicable | Set off by reciprocal credits |
VRBL:ES-B2G:15 | 50 | Payment by postgiro |
VRBL:ES-B2G:16 | 25 | Certified cheque |
VRBL:ES-B2G:17 | 22 | Banker's draft |
VRBL:ES-B2G:18 | Not applicable | Cash on delivery |
VRBL:ES-B2G:19 | 54 | Payment by card |
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:PaymentMeans>
<cbc:PaymentMeansCode>VRBL:ES-B2G:04</cbc:PaymentMeansCode>
<cbc:PaymentDueDate>2024-12-03</cbc:PaymentDueDate>
<cac:PayeeFinancialAccount>
<cbc:ID>IBAN32423940</cbc:ID>
<cac:FinancialInstitutionBranch>
<cbc:ID>BIC324098</cbc:ID>
</cac:FinancialInstitutionBranch>
</cac:PayeeFinancialAccount>
</cac:PaymentMeans>
<!-- code omitted for clarity -->
</Invoice>
Updated 10 days ago