Skip to content

Commit 4e62adb

Browse files
committed
feat(payment): PAYMENTS-11169 Add provider token fields to Orders Get Transactions API public docs
1 parent 033e52a commit 4e62adb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

reference/orders.v3.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,6 +1884,16 @@ components:
18841884
type: string
18851885
description: This field contains internal BigPay token for stored card that is then mapped to the actual third-party token. We currently do not offer a way to get third party tokens.These tokens are read-only and do not return any information about the payment.
18861886
nullable: true
1887+
provider_instrument_token:
1888+
type: string
1889+
description: |
1890+
Optional. The payment provider's instrument token associated with the stored instrument used to process this transaction, if applicable. (Note: This field is connected to an optional feature and may not be returned when using this endpoint. If your implementation requires access to this field, please reach out to support or your account manager to enable the inclusion of a provider token here.)
1891+
nullable: true
1892+
provider_customer_id:
1893+
type: string
1894+
description: |
1895+
Optional. The payment provider's customer identifier associated with the stored instrument used to process this transaction, if applicable. (Note: This field is connected to an optional feature and may not be returned when using this endpoint. If your implementation requires access to this field, please reach out to support or your account manager to enable the inclusion of a provider customer id here.)
1896+
nullable: true
18871897
avs_result:
18881898
description: Address Verification Service (AVS) result from the payment gateway.
18891899
type: object

0 commit comments

Comments
 (0)