From 524a0f56b7f0ed4dc9c37ec2a49c2eecfa913b45 Mon Sep 17 00:00:00 2001 From: Lassejoe Date: Mon, 18 Mar 2024 21:59:44 +0100 Subject: [PATCH 1/4] Add PoP to AFT --- .../api_reference/resources/debits/recipient_information.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/gateway/api_reference/resources/debits/recipient_information.md b/website/content/gateway/api_reference/resources/debits/recipient_information.md index cfe8864..7384f7a 100644 --- a/website/content/gateway/api_reference/resources/debits/recipient_information.md +++ b/website/content/gateway/api_reference/resources/debits/recipient_information.md @@ -28,4 +28,10 @@ Example: "Doe Jane A." (last name, first name, optional middle initial). {{% regex_optional %}}Required if the merchant account's Business Application Identifier (BAI) is Funds Disbursement (FD).{{% /regex_optional %}} {{% /description_details %}} +{{% description_term %}}recipient[purpose_of_payment] {{% regex %}}[A-Z]{6}{{% /regex %}}{{% /description_term %}} +{{% description_details %}} The fields code shall reflect the nature and purpose of the transaction. +Valid codes are list in Visas Purpose of Payment - Standardized Codes List. +{{% regex_optional %}} Required for outbound transactions sent into India, Bangladesh, Chile, Argentina and Egypt. {{% /regex_optional %}} +{{% /description_details %}} + {{% /description_list %}} From 8d0f2de0c6017235ebdb95406db20e1db5aa195b Mon Sep 17 00:00:00 2001 From: Lassejoe Date: Mon, 18 Mar 2024 22:10:26 +0100 Subject: [PATCH 2/4] Update PoP countries --- .../api_reference/resources/debits/recipient_information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/gateway/api_reference/resources/debits/recipient_information.md b/website/content/gateway/api_reference/resources/debits/recipient_information.md index 7384f7a..f298055 100644 --- a/website/content/gateway/api_reference/resources/debits/recipient_information.md +++ b/website/content/gateway/api_reference/resources/debits/recipient_information.md @@ -31,7 +31,7 @@ Example: "Doe Jane A." (last name, first name, optional middle initial). {{% description_term %}}recipient[purpose_of_payment] {{% regex %}}[A-Z]{6}{{% /regex %}}{{% /description_term %}} {{% description_details %}} The fields code shall reflect the nature and purpose of the transaction. Valid codes are list in Visas Purpose of Payment - Standardized Codes List. -{{% regex_optional %}} Required for outbound transactions sent into India, Bangladesh, Chile, Argentina and Egypt. {{% /regex_optional %}} +{{% regex_optional %}} Required for outbound transactions sent into Argentina, Bangladesh, Chile, Columbia, Egypt, India and Mexico. {{% /regex_optional %}} {{% /description_details %}} {{% /description_list %}} From 6f188465149995c0865ba9d49cd4e2346871efd5 Mon Sep 17 00:00:00 2001 From: Lassejoe Date: Mon, 18 Mar 2024 22:12:30 +0100 Subject: [PATCH 3/4] Add PoP field to OCT --- .../gateway/api_reference/resources/credits/credits.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/content/gateway/api_reference/resources/credits/credits.md b/website/content/gateway/api_reference/resources/credits/credits.md index a7ac5bd..776caf3 100644 --- a/website/content/gateway/api_reference/resources/credits/credits.md +++ b/website/content/gateway/api_reference/resources/credits/credits.md @@ -16,7 +16,7 @@ POST https://gateway.clearhaus.com/credits {{% /description_details %}} {{% description_term %}}currency{{% regex %}}[A-Z]{3}{{% /regex %}}{{% /description_term %}} -{{% description_details %}}[3-letter currency code](/currencies). (Some exponents differ from ISO 4217.) +{{% description_details %}}[3-letter currency code](/currencies). (Some exponents differ from ISO 4217.) {{% /description_details %}} {{% description_term %}}text_on_statement{{% regex %}}[\x20-\x7E]{2,22} [ASCII printable characters](https://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters) {{% /regex %}}{{% /description_term %}} @@ -32,6 +32,12 @@ POST https://gateway.clearhaus.com/credits {{% regex_optional %}}Optional{{% /regex_optional %}} {{% /description_details %}} +{{% description_term %}}purpose_of_payment {{% regex %}}[A-Z]{6}{{% /regex %}}{{% /description_term %}} +{{% description_details %}} The fields code shall reflect the nature and purpose of the transaction. +Valid codes are list in Visas Purpose of Payment - Standardized Codes List. +{{% regex_optional %}} Required for outbound transactions sent into Argentina, Bangladesh, Chile, Columbia, Egypt, India and Mexico. {{% /regex_optional %}} +{{% /description_details %}} + {{% description_term %}}card[pan] {{% regex %}}[0-9]{12,19}{{% /regex %}}{{% /description_term %}} {{% description_details %}}Primary account number of card to charge. {{% /description_details %}} From 2593828f3a0a4205009fddcd389921740045b7a1 Mon Sep 17 00:00:00 2001 From: Lassejoe Date: Tue, 19 Mar 2024 08:30:13 +0100 Subject: [PATCH 4/4] Update text - Visa specific --- .../content/gateway/api_reference/resources/credits/credits.md | 2 +- .../api_reference/resources/debits/recipient_information.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/gateway/api_reference/resources/credits/credits.md b/website/content/gateway/api_reference/resources/credits/credits.md index 776caf3..ddfe0b6 100644 --- a/website/content/gateway/api_reference/resources/credits/credits.md +++ b/website/content/gateway/api_reference/resources/credits/credits.md @@ -35,7 +35,7 @@ POST https://gateway.clearhaus.com/credits {{% description_term %}}purpose_of_payment {{% regex %}}[A-Z]{6}{{% /regex %}}{{% /description_term %}} {{% description_details %}} The fields code shall reflect the nature and purpose of the transaction. Valid codes are list in Visas Purpose of Payment - Standardized Codes List. -{{% regex_optional %}} Required for outbound transactions sent into Argentina, Bangladesh, Chile, Columbia, Egypt, India and Mexico. {{% /regex_optional %}} +{{% regex_optional %}} Required for Visa cross-border transactions destined for Argentina, Bangladesh, Chile, Columbia, Egypt, India and Mexico. {{% /regex_optional %}} {{% /description_details %}} {{% description_term %}}card[pan] {{% regex %}}[0-9]{12,19}{{% /regex %}}{{% /description_term %}} diff --git a/website/content/gateway/api_reference/resources/debits/recipient_information.md b/website/content/gateway/api_reference/resources/debits/recipient_information.md index f298055..ada8d8e 100644 --- a/website/content/gateway/api_reference/resources/debits/recipient_information.md +++ b/website/content/gateway/api_reference/resources/debits/recipient_information.md @@ -31,7 +31,7 @@ Example: "Doe Jane A." (last name, first name, optional middle initial). {{% description_term %}}recipient[purpose_of_payment] {{% regex %}}[A-Z]{6}{{% /regex %}}{{% /description_term %}} {{% description_details %}} The fields code shall reflect the nature and purpose of the transaction. Valid codes are list in Visas Purpose of Payment - Standardized Codes List. -{{% regex_optional %}} Required for outbound transactions sent into Argentina, Bangladesh, Chile, Columbia, Egypt, India and Mexico. {{% /regex_optional %}} +{{% regex_optional %}} Required for Visa cross-border transactions destined for Argentina, Bangladesh, Chile, Columbia, Egypt, India and Mexico. {{% /regex_optional %}} {{% /description_details %}} {{% /description_list %}}